• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Alan-Jowett / CoPilot-For-Consensus / 20755513820
76%

Build:
DEFAULT BRANCH: main
Ran 06 Jan 2026 04:56PM UTC
Jobs 27
Files 130
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Jan 2026 04:55PM UTC coverage: 77.037%. Remained the same
20755513820

push

github

web-flow
fix: Correct Qdrant port for internal Container Apps communication (#771)

* fix: Correct Qdrant port for internal Container Apps communication

**Problem**: Embedding and summarization services failing to connect to Qdrant with timeout errors.

**Root Cause**: Services configured to connect on port 6333, but Container Apps remaps internal
service communication (non-external ingress) to port 80. When ingress is configured with:
  ingress: {
    external: false
    targetPort: 6333
  }
Other services accessing it via Container Apps DNS use port 80, not 6333.

**Solution**: Change VECTOR_DB_PORT from '6333' to '80' in both:
- Embedding service environment variables
- Summarization service environment variables

This allows services to properly connect to Qdrant via internal Container Apps DNS:
  http://copilot-qdrant-dev (implicitly port 80)
  ↓ (mapped by Container Apps)
  Qdrant container:6333

* docs: Add Azure OpenAI configuration to embedding and summarization service schemas

**Problem**: Embedding and summarization services require Azure OpenAI configuration parameters
(azure_openai_key, azure_openai_endpoint, azure_openai_deployment) but these fields were missing
from their configuration schemas.

Without the schema definitions, the configuration loader (copilot_config) doesn't know how to map
environment variables to the service's configuration object attributes, resulting in:
  - config.azure_openai_key → AttributeError (attribute missing)
  - config.azure_openai_endpoint → AttributeError (attribute missing)

**Solution**: Add the missing Azure OpenAI configuration fields to both schemas:
- embedding.json: azure_openai_endpoint, azure_openai_key, azure_openai_deployment, azure_openai_api_version
- summarization.json: azure_openai_endpoint, azure_openai_api_key, azure_openai_deployment

These fields map to the corresponding AZURE_OPENAI_* environment variables passed by the Container Apps
Bicep module, allowing the configuration loader to prope... (continued)

6250 of 8113 relevant lines covered (77.04%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 copilot_auth - 20755513820.1 06 Jan 2026 04:56PM UTC 12
48.62
GitHub Action Run
2 copilot_archive_fetcher_integration - 20755513820.2 06 Jan 2026 04:57PM UTC 9
45.68
GitHub Action Run
3 copilot_schema_validation_integration - 20755513820.3 06 Jan 2026 04:56PM UTC 7
40.75
GitHub Action Run
4 copilot_events_integration - 20755513820.4 06 Jan 2026 04:57PM UTC 12
34.81
GitHub Action Run
5 copilot_vectorstore_integration - 20755513820.5 06 Jan 2026 04:59PM UTC 8
20.32
GitHub Action Run
6 embedding - 20755513820.6 06 Jan 2026 04:57PM UTC 2
90.17
GitHub Action Run
7 orchestrator - 20755513820.7 06 Jan 2026 04:57PM UTC 2
67.29
GitHub Action Run
8 copilot_config - 20755513820.8 06 Jan 2026 04:58PM UTC 14
75.44
GitHub Action Run
9 copilot_schema_validation - 20755513820.9 06 Jan 2026 04:56PM UTC 7
87.46
GitHub Action Run
10 copilot_summarization - 20755513820.10 06 Jan 2026 04:57PM UTC 8
96.65
GitHub Action Run
11 copilot_logging - 20755513820.11 06 Jan 2026 04:56PM UTC 7
71.7
GitHub Action Run
12 parsing - 20755513820.12 06 Jan 2026 04:57PM UTC 7
84.27
GitHub Action Run
13 copilot_consensus - 20755513820.13 06 Jan 2026 04:57PM UTC 3
98.67
GitHub Action Run
14 copilot_vectorstore - 20755513820.14 06 Jan 2026 04:57PM UTC 8
72.38
GitHub Action Run
15 ingestion - 20755513820.15 06 Jan 2026 04:58PM UTC 5
82.34
GitHub Action Run
16 copilot_reporting - 20755513820.16 06 Jan 2026 04:56PM UTC 5
73.17
GitHub Action Run
17 copilot_metrics - 20755513820.17 06 Jan 2026 04:56PM UTC 6
41.74
GitHub Action Run
18 copilot_embedding - 20755513820.18 06 Jan 2026 04:57PM UTC 3
92.0
GitHub Action Run
19 copilot_chunking - 20755513820.19 06 Jan 2026 04:57PM UTC 2
93.75
GitHub Action Run
20 summarization - 20755513820.20 06 Jan 2026 04:57PM UTC 2
92.56
GitHub Action Run
21 chunking - 20755513820.21 06 Jan 2026 04:57PM UTC 2
83.25
GitHub Action Run
22 copilot_storage_integration - 20755513820.22 06 Jan 2026 04:57PM UTC 6
29.94
GitHub Action Run
23 copilot_archive_fetcher - 20755513820.23 06 Jan 2026 04:57PM UTC 9
67.49
GitHub Action Run
24 copilot_storage - 20755513820.24 06 Jan 2026 04:56PM UTC 6
72.57
GitHub Action Run
25 reporting - 20755513820.25 06 Jan 2026 04:58PM UTC 2
90.0
GitHub Action Run
26 copilot_events - 20755513820.26 06 Jan 2026 04:56PM UTC 12
63.42
GitHub Action Run
27 copilot_draft_diff - 20755513820.27 06 Jan 2026 04:56PM UTC 6
98.77
GitHub Action Run
Source Files on build 20755513820
  • Tree
  • List 130
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20755513820
  • 94491e5e on github
  • Prev Build on main (#20737015377)
  • Next Build on main (#20758856212)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc