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

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

Build:
DEFAULT BRANCH: main
Ran 06 Jan 2026 03:30AM 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 03:29AM UTC coverage: 77.037%. First build
20737015377

push

github

web-flow
fix: Make orchestrator queue name configurable for multi-bus support (#762)

* fix: Make orchestrator queue name configurable for multi-bus support

- Add ORCHESTRATOR_QUEUE_NAME env var to config schema
- Auto-detect queue name based on MESSAGE_BUS_TYPE:
  - Azure Service Bus: embeddings.generated (actual queue name)
  - RabbitMQ: orchestrator-service (custom queue name)
- Update orchestrator/main.py to use auto-detected queue
- Update architecture docs to explain deployment-specific queuing
- Fixes orchestrator connection failure on Azure Service Bus (#761)

* fix: Address PR review feedback for orchestrator queue configuration

- Fix misleading documentation about 'similar' environment variables
- Clarify that only orchestrator currently supports configurable queue names
- Add comprehensive test coverage for queue name auto-detection:
  - Test Azure Service Bus defaults to embeddings.generated
  - Test RabbitMQ defaults to orchestrator-service
  - Test explicit configuration override works correctly

Addresses feedback from PR #762 review

* fix: Add APP_VERSION to test environment for config validation

The queue name configuration tests were failing because load_typed_config
validates the service version against the schema's min_service_version.
Set APP_VERSION=0.1.0 in test environment to match schema requirements.

* fix: Simplify queue name configuration tests to focus on logic

Refactored tests to verify the auto-detection logic directly without
relying on the full config loader, which has complex initialization
requirements. Tests now:
- Verify Azure Service Bus defaults to embeddings.generated
- Verify RabbitMQ defaults to orchestrator-service
- Verify explicit configuration overrides work correctly

All 35 orchestrator tests pass.

* fix: Use getattr for optional queue_name config

The config loader only includes attributes that were found in the
environment/secrets. Since queue_name is optional, it may not exist
in the config object. Use ... (continued)

6250 of 8113 relevant lines covered (77.04%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 copilot_reporting - 20737015377.1 06 Jan 2026 03:31AM UTC 5
73.17
GitHub Action Run
2 copilot_archive_fetcher_integration - 20737015377.2 06 Jan 2026 03:31AM UTC 9
45.68
GitHub Action Run
3 copilot_storage - 20737015377.3 06 Jan 2026 03:32AM UTC 6
72.57
GitHub Action Run
4 copilot_summarization - 20737015377.4 06 Jan 2026 03:33AM UTC 8
96.65
GitHub Action Run
5 chunking - 20737015377.5 06 Jan 2026 03:33AM UTC 2
83.25
GitHub Action Run
6 copilot_auth - 20737015377.6 06 Jan 2026 03:33AM UTC 12
48.62
GitHub Action Run
7 orchestrator - 20737015377.7 06 Jan 2026 03:32AM UTC 2
67.29
GitHub Action Run
8 copilot_vectorstore_integration - 20737015377.8 06 Jan 2026 03:30AM UTC 8
20.32
GitHub Action Run
9 embedding - 20737015377.9 06 Jan 2026 03:32AM UTC 2
90.17
GitHub Action Run
10 copilot_schema_validation_integration - 20737015377.10 06 Jan 2026 03:31AM UTC 7
40.75
GitHub Action Run
11 copilot_draft_diff - 20737015377.11 06 Jan 2026 03:33AM UTC 6
98.77
GitHub Action Run
12 copilot_metrics - 20737015377.12 06 Jan 2026 03:33AM UTC 6
41.74
GitHub Action Run
13 copilot_vectorstore - 20737015377.13 06 Jan 2026 03:33AM UTC 8
72.38
GitHub Action Run
14 reporting - 20737015377.14 06 Jan 2026 03:32AM UTC 2
90.0
GitHub Action Run
15 summarization - 20737015377.15 06 Jan 2026 03:30AM UTC 2
92.56
GitHub Action Run
16 copilot_consensus - 20737015377.16 06 Jan 2026 03:33AM UTC 3
98.67
GitHub Action Run
17 copilot_events_integration - 20737015377.17 06 Jan 2026 03:31AM UTC 12
34.81
GitHub Action Run
18 copilot_events - 20737015377.18 06 Jan 2026 03:32AM UTC 12
63.42
GitHub Action Run
19 copilot_chunking - 20737015377.19 06 Jan 2026 03:31AM UTC 2
93.75
GitHub Action Run
20 copilot_config - 20737015377.20 06 Jan 2026 03:33AM UTC 14
75.44
GitHub Action Run
21 parsing - 20737015377.21 06 Jan 2026 03:31AM UTC 7
84.27
GitHub Action Run
22 copilot_embedding - 20737015377.22 06 Jan 2026 03:33AM UTC 3
92.0
GitHub Action Run
23 copilot_schema_validation - 20737015377.23 06 Jan 2026 03:32AM UTC 7
87.46
GitHub Action Run
24 ingestion - 20737015377.24 06 Jan 2026 03:30AM UTC 5
82.34
GitHub Action Run
25 copilot_archive_fetcher - 20737015377.25 06 Jan 2026 03:31AM UTC 9
67.49
GitHub Action Run
26 copilot_storage_integration - 20737015377.26 06 Jan 2026 03:31AM UTC 6
29.94
GitHub Action Run
27 copilot_logging - 20737015377.27 06 Jan 2026 03:33AM UTC 7
71.7
GitHub Action Run
Source Files on build 20737015377
  • 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 #20737015377
  • aed21ec8 on github
  • Prev Build on main (#20736861620)
  • Next Build on main (#20755513820)
  • 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