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

Alan-Jowett / CoPilot-For-Consensus / 20934787988
81%

Build:
DEFAULT BRANCH: main
Ran 12 Jan 2026 08:59PM UTC
Jobs 27
Files 129
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

12 Jan 2026 08:59PM UTC coverage: 80.654% (-0.008%) from 80.662%
20934787988

push

github

web-flow
Fix: Use generic adapter discriminants (LOG_TYPE, METRICS_TYPE) instead of service-specific variants (#844)

* Fix: Use generic adapter discriminants (LOG_TYPE, METRICS_TYPE) instead of service-specific variants

Root Cause:
Services were failing at runtime because they expected generic adapter
discriminant environment variables (LOG_TYPE, METRICS_TYPE) but Bicep
was providing service-specific variants (REPORTING_LOG_TYPE, etc.).

The adapter configuration system loads adapters using generic discriminant
names defined in adapter schemas (logger.json, metrics.json), not
service-specific variants.

Changes:
1. Service Schemas: Removed duplicate log_type/metrics_type fields from
   service schemas (reporting, ingestion, parsing, orchestrator,
   summarization) as they conflicted with adapter discriminants.

2. Bicep Configuration: Fixed containerapps.bicep to use generic
   discriminant names:
   - REPORTING_LOG_TYPE -> LOG_TYPE
   - REPORTING_METRICS_TYPE -> METRICS_TYPE
   - INGESTION_METRICS_TYPE -> METRICS_TYPE
   - PARSING_LOG_TYPE -> LOG_TYPE
   - PARSING_METRICS_TYPE -> METRICS_TYPE
   - CHUNK_METRICS_TYPE -> METRICS_TYPE
   - EMBEDDING_METRICS_TYPE -> METRICS_TYPE
   - ORCHESTRATOR_LOG_TYPE -> LOG_TYPE
   - ORCHESTRATOR_METRICS_TYPE -> METRICS_TYPE
   - SUMMARIZATION_LOG_TYPE -> LOG_TYPE
   - SUMMARIZATION_METRICS_TYPE -> METRICS_TYPE

   Added missing discriminants:
   - ERROR_REPORTER_TYPE=console (all services)
   - LOG_TYPE=stdout (ingestion)
   - CONSENSUS_DETECTOR_TYPE=heuristic (orchestrator)
   - EMBEDDING_BACKEND_TYPE=ollama (orchestrator)
   - VECTOR_STORE_TYPE=qdrant (orchestrator)

3. Validation Enhancement: Updated validate_bicep_config.py to resolve
   \ pointers and validate actual adapter discriminants from
   referenced adapter schemas, not just service settings.

Testing:
All 8 microservices now pass validation:
  python scripts/validate_bicep_all_services.py infra/azure/modules/containerapps.bicep

Resolves runtime errors:
- Va... (continued)

18 of 18 new or added lines in 6 files covered. (100.0%)

6708 of 8317 relevant lines covered (80.65%)

0.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 copilot_schema_validation - 20934787988.1 12 Jan 2026 09:01PM UTC 7
84.73
GitHub Action Run
2 chunking - 20934787988.2 12 Jan 2026 09:01PM UTC 2
86.7
GitHub Action Run
3 copilot_auth - 20934787988.3 12 Jan 2026 09:00PM UTC 12
69.0
GitHub Action Run
4 copilot_embedding - 20934787988.4 12 Jan 2026 09:00PM UTC 7
96.36
GitHub Action Run
5 parsing - 20934787988.5 12 Jan 2026 09:01PM UTC 7
85.35
GitHub Action Run
6 copilot_summarization - 20934787988.6 12 Jan 2026 08:59PM UTC 8
95.69
GitHub Action Run
7 summarization - 20934787988.7 12 Jan 2026 09:01PM UTC 2
95.43
GitHub Action Run
8 copilot_archive_fetcher - 20934787988.8 12 Jan 2026 08:59PM UTC 9
69.14
GitHub Action Run
9 copilot_vectorstore - 20934787988.9 12 Jan 2026 09:01PM UTC 8
73.33
GitHub Action Run
10 copilot_archive_fetcher_integration - 20934787988.10 12 Jan 2026 09:00PM UTC 9
46.48
GitHub Action Run
11 copilot_logging - 20934787988.11 12 Jan 2026 09:00PM UTC 7
96.36
GitHub Action Run
12 copilot_schema_validation_integration - 20934787988.12 12 Jan 2026 09:00PM UTC 7
39.52
GitHub Action Run
13 ingestion - 20934787988.13 12 Jan 2026 09:02PM UTC 5
78.9
GitHub Action Run
14 copilot_chunking - 20934787988.14 12 Jan 2026 09:01PM UTC 2
93.33
GitHub Action Run
15 copilot_message_bus_integration - 20934787988.15 12 Jan 2026 09:01PM UTC 13
34.8
GitHub Action Run
16 orchestrator - 20934787988.16 12 Jan 2026 09:01PM UTC 2
84.38
GitHub Action Run
17 embedding - 20934787988.17 12 Jan 2026 09:00PM UTC 2
90.17
GitHub Action Run
18 copilot_draft_diff - 20934787988.18 12 Jan 2026 08:59PM UTC 6
97.89
GitHub Action Run
19 copilot_storage - 20934787988.19 12 Jan 2026 09:01PM UTC 7
73.31
GitHub Action Run
20 copilot_error_reporting - 20934787988.20 12 Jan 2026 09:00PM UTC 5
75.91
GitHub Action Run
21 copilot_metrics - 20934787988.21 12 Jan 2026 09:00PM UTC 7
43.89
GitHub Action Run
22 copilot_vectorstore_integration - 20934787988.22 12 Jan 2026 09:00PM UTC 8
19.21
GitHub Action Run
23 reporting - 20934787988.23 12 Jan 2026 09:01PM UTC 2
90.0
GitHub Action Run
24 copilot_consensus - 20934787988.24 12 Jan 2026 08:59PM UTC 3
95.91
GitHub Action Run
25 copilot_config - 20934787988.25 12 Jan 2026 09:01PM UTC 6
80.72
GitHub Action Run
26 copilot_message_bus - 20934787988.26 12 Jan 2026 09:02PM UTC 13
65.32
GitHub Action Run
27 copilot_storage_integration - 20934787988.27 12 Jan 2026 09:01PM UTC 7
30.79
GitHub Action Run
Source Files on build 20934787988
  • Tree
  • List 129
  • Changed 6
  • Source Changed 6
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20934787988
  • a2c25a80 on github
  • Prev Build on main (#20927455143)
  • Next Build on main (#20937037234)
  • 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