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

Alan-Jowett / CoPilot-For-Consensus / 20968334560
82%

Build:
DEFAULT BRANCH: main
Ran 13 Jan 2026 06:41PM 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

13 Jan 2026 06:39PM UTC coverage: 82.192% (+1.2%) from 80.946%
20968334560

push

github

web-flow
fix: include azure extras when installing adapters for cloud deployments (#853)

* fix: include azure extras when installing adapters for cloud deployments

- Updated install_adapters.py to install adapters with [azure] extras
- Ensures Azure Monitor OpenTelemetry packages are available at runtime
- Fixes missing dependencies in container deployments to Azure
- Resolves issue #852

The install_adapters.py script was installing adapters without their
optional extras, causing ImportError at runtime for azure-monitor-opentelemetry
packages when deployed to Azure Container Apps.

Services affected: auth, ingestion, parsing, chunking, embedding, orchestrator

* fix: pin azure monitor exporter to available beta

* Fix azure monitor metrics tests

Signed-off-by: GitHub Copilot <copilot@github.com>

* Make adapter installs skip missing azure extras

Signed-off-by: GitHub Copilot <copilot@github.com>

* Fix Azure Monitor metrics test failures

Signed-off-by: GitHub Copilot <copilot@github.com>

* Stabilize Azure Monitor metrics tests with valid defaults

Signed-off-by: GitHub Copilot <copilot@github.com>

* Pin azure monitor exporter beta and tidy metrics tests

Signed-off-by: GitHub Copilot <copilot@github.com>

* Address PR review: pin versions consistently and improve AST parsing

Signed-off-by: GitHub Copilot <copilot@github.com>

* Fix azure-monitor-opentelemetry-exporter compatibility: pin opentelemetry to ~=1.21.0

* Add comprehensive test coverage for install_adapters functions

- Test _extras_from_setup() with various setup.py structures
- Test select_azure_extra() priority and selection logic
- Cover edge cases: missing files, malformed setup.py, unicode content
- Test handling of qualified names and setup function detection
- Verify 'azure' priority over 'azuremonitor' when both present
- All 16 tests passing

* Improve clarity of _extras_from_setup function logic

- Remove duplicate return statement after except block
- Add comprehensive docstring ... (continued)

6 of 6 new or added lines in 1 file covered. (100.0%)

15 existing lines in 4 files now uncovered.

6868 of 8356 relevant lines covered (82.19%)

0.92 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
79.67
-1.1% adapters/copilot_vectorstore/copilot_vectorstore/azure_ai_search_store.py
4
86.67
23.33% adapters/copilot_metrics/copilot_metrics/pushgateway_metrics.py
4
72.84
43.21% adapters/copilot_metrics/copilot_metrics/prometheus_metrics.py
5
73.48
51.26% adapters/copilot_metrics/copilot_metrics/azure_monitor_metrics.py
Jobs
ID Job ID Ran Files Coverage
1 copilot_consensus - 20968334560.1 13 Jan 2026 06:51PM UTC 3
95.91
GitHub Action Run
2 copilot_error_reporting - 20968334560.2 13 Jan 2026 06:53PM UTC 5
75.91
GitHub Action Run
3 copilot_summarization - 20968334560.3 13 Jan 2026 06:52PM UTC 8
95.69
GitHub Action Run
4 copilot_archive_fetcher - 20968334560.4 13 Jan 2026 06:52PM UTC 9
69.14
GitHub Action Run
5 summarization - 20968334560.5 13 Jan 2026 06:51PM UTC 2
95.43
GitHub Action Run
6 ingestion - 20968334560.6 13 Jan 2026 06:53PM UTC 5
78.6
GitHub Action Run
7 chunking - 20968334560.7 13 Jan 2026 06:50PM UTC 2
86.7
GitHub Action Run
8 copilot_schema_validation - 20968334560.8 13 Jan 2026 06:53PM UTC 7
84.73
GitHub Action Run
9 copilot_embedding - 20968334560.9 13 Jan 2026 06:54PM UTC 7
96.45
GitHub Action Run
10 copilot_storage - 20968334560.10 13 Jan 2026 06:47PM UTC 7
73.42
GitHub Action Run
11 copilot_logging - 20968334560.11 13 Jan 2026 06:53PM UTC 7
96.36
GitHub Action Run
12 copilot_vectorstore - 20968334560.12 13 Jan 2026 06:47PM UTC 8
75.87
GitHub Action Run
13 copilot_chunking - 20968334560.13 13 Jan 2026 06:53PM UTC 2
93.33
GitHub Action Run
14 copilot_message_bus - 20968334560.14 13 Jan 2026 06:41PM UTC 13
65.32
GitHub Action Run
15 copilot_vectorstore_integration - 20968334560.15 13 Jan 2026 06:42PM UTC 8
18.89
GitHub Action Run
16 copilot_archive_fetcher_integration - 20968334560.16 13 Jan 2026 06:41PM UTC 9
46.48
GitHub Action Run
17 copilot_metrics - 20968334560.17 13 Jan 2026 06:53PM UTC 7
78.77
GitHub Action Run
18 copilot_message_bus_integration - 20968334560.18 13 Jan 2026 06:43PM UTC 13
34.8
GitHub Action Run
19 reporting - 20968334560.19 13 Jan 2026 06:53PM UTC 2
90.09
GitHub Action Run
20 copilot_auth - 20968334560.20 13 Jan 2026 06:42PM UTC 12
69.0
GitHub Action Run
21 copilot_schema_validation_integration - 20968334560.21 13 Jan 2026 06:44PM UTC 7
39.52
GitHub Action Run
22 orchestrator - 20968334560.22 13 Jan 2026 06:48PM UTC 2
84.38
GitHub Action Run
23 copilot_config - 20968334560.23 13 Jan 2026 06:52PM UTC 6
80.72
GitHub Action Run
24 copilot_storage_integration - 20968334560.24 13 Jan 2026 06:43PM UTC 7
30.79
GitHub Action Run
25 parsing - 20968334560.25 13 Jan 2026 06:52PM UTC 7
85.62
GitHub Action Run
26 copilot_draft_diff - 20968334560.26 13 Jan 2026 06:44PM UTC 6
97.89
GitHub Action Run
27 embedding - 20968334560.27 13 Jan 2026 06:42PM UTC 2
90.17
GitHub Action Run
Source Files on build 20968334560
  • Tree
  • List 129
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20968334560
  • 0b213c88 on github
  • Prev Build on main (#20944441011)
  • Next Build on main (#20976629984)
  • 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