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

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

Build:
DEFAULT BRANCH: main
Ran 06 Jan 2026 07:00PM 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 06:59PM UTC coverage: 77.037%. Remained the same
20758856212

push

github

web-flow
fix: Switch to gpt-4o-mini due to gpt-4o quota exhaustion (#772)

* fix: Switch to gpt-4o-mini due to gpt-4o quota exhaustion

- Changed model from gpt-4o to gpt-4o-mini in openai.bicep
- Added 2024-07-18 model version support (required for gpt-4o-mini)
- Updated parameters.dev.json to use 2024-07-18 version
- Changed default region to westus2 in parameters

Rationale:
- westus gpt-4o quota exhausted (50K/50K TPM from phantom allocations)
- gpt-4o-mini has 200K TPM available in westus
- gpt-4o-mini provides 80-90% of gpt-4o capability with 128K context
- Other regions lack OpenAI subscription approval

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

* fix: Add missing openai dependency for Azure OpenAI integration

- Install copilot_embedding[openai] extra in embedding Dockerfile
- Install copilot_summarization[openai] extra in summarization Dockerfile

Fixes startup failures in Azure deployment:
- embedding: 'openai is required for OpenAIEmbeddingProvider'
- summarization: 'openai is required for OpenAISummarizer'

Both services need the openai Python package to use Azure OpenAI.

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

* fix: Add openai dependency to reporting service

Reporting service also uses copilot_embedding and needs Azure OpenAI support.

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

* refactor: Parameterize OpenAI model name for per-environment configuration

- Add azureOpenAIModelName parameter (gpt-4o or gpt-4o-mini)
- Revert default model version to 2024-11-20 (for gpt-4o)
- Dev environment explicitly uses gpt-4o-mini with 2024-07-18
- Staging/prod can continue using gpt-4o with 2024-11-20

This addresses PR review feedback: staging/prod parameter files
specify 2024-11-20 (gpt-4o version) but the model was hardcoded
to gpt-4o-mini. Parameterizing the model name allows each
environment to choose the appropriate model and version combination.

Closes review comments on PR #772.

Signed-off-by: GitHub Copilot <copilot@... (continued)

6250 of 8113 relevant lines covered (77.04%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 summarization - 20758856212.1 06 Jan 2026 07:01PM UTC 2
92.56
GitHub Action Run
2 copilot_auth - 20758856212.2 06 Jan 2026 07:01PM UTC 12
48.62
GitHub Action Run
3 ingestion - 20758856212.3 06 Jan 2026 07:00PM UTC 5
82.34
GitHub Action Run
4 copilot_schema_validation - 20758856212.4 06 Jan 2026 07:01PM UTC 7
87.46
GitHub Action Run
5 copilot_vectorstore_integration - 20758856212.5 06 Jan 2026 07:01PM UTC 8
20.32
GitHub Action Run
6 copilot_events_integration - 20758856212.6 06 Jan 2026 07:01PM UTC 12
34.81
GitHub Action Run
7 copilot_archive_fetcher - 20758856212.7 06 Jan 2026 07:00PM UTC 9
67.49
GitHub Action Run
8 copilot_config - 20758856212.8 06 Jan 2026 07:02PM UTC 14
75.44
GitHub Action Run
9 reporting - 20758856212.9 06 Jan 2026 07:01PM UTC 2
90.0
GitHub Action Run
10 copilot_consensus - 20758856212.10 06 Jan 2026 07:01PM UTC 3
98.67
GitHub Action Run
11 copilot_logging - 20758856212.11 06 Jan 2026 07:01PM UTC 7
71.7
GitHub Action Run
12 copilot_schema_validation_integration - 20758856212.12 06 Jan 2026 07:01PM UTC 7
40.75
GitHub Action Run
13 embedding - 20758856212.13 06 Jan 2026 07:00PM UTC 2
90.17
GitHub Action Run
14 parsing - 20758856212.14 06 Jan 2026 07:00PM UTC 7
84.27
GitHub Action Run
15 chunking - 20758856212.15 06 Jan 2026 07:01PM UTC 2
83.25
GitHub Action Run
16 copilot_draft_diff - 20758856212.16 06 Jan 2026 07:01PM UTC 6
98.77
GitHub Action Run
17 copilot_vectorstore - 20758856212.17 06 Jan 2026 07:02PM UTC 8
72.38
GitHub Action Run
18 orchestrator - 20758856212.18 06 Jan 2026 07:00PM UTC 2
67.29
GitHub Action Run
19 copilot_archive_fetcher_integration - 20758856212.19 06 Jan 2026 07:01PM UTC 9
45.68
GitHub Action Run
20 copilot_summarization - 20758856212.20 06 Jan 2026 07:02PM UTC 8
96.65
GitHub Action Run
21 copilot_embedding - 20758856212.21 06 Jan 2026 07:01PM UTC 3
92.0
GitHub Action Run
22 copilot_metrics - 20758856212.22 06 Jan 2026 07:01PM UTC 6
41.74
GitHub Action Run
23 copilot_chunking - 20758856212.23 06 Jan 2026 07:02PM UTC 2
93.75
GitHub Action Run
24 copilot_events - 20758856212.24 06 Jan 2026 07:00PM UTC 12
63.42
GitHub Action Run
25 copilot_storage_integration - 20758856212.25 06 Jan 2026 07:01PM UTC 6
29.94
GitHub Action Run
26 copilot_storage - 20758856212.26 06 Jan 2026 07:01PM UTC 6
72.57
GitHub Action Run
27 copilot_reporting - 20758856212.27 06 Jan 2026 07:01PM UTC 5
73.17
GitHub Action Run
Source Files on build 20758856212
  • 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 #20758856212
  • fd1691c6 on github
  • Prev Build on main (#20755513820)
  • Next Build on main (#20761274918)
  • 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