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

Alan-Jowett / CoPilot-For-Consensus / 20221648214
77%

Build:
DEFAULT BRANCH: main
Ran 15 Dec 2025 05:33AM UTC
Jobs 8
Files 20
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

15 Dec 2025 05:32AM UTC coverage: 85.411% (+3.2%) from 82.216%
20221648214

push

github

web-flow
fix: Make FileSchemaProvider fail fast and correct chunking schema path (#234)

* fix: make FileSchemaProvider fail fast and correct chunking schema path

- FileSchemaProvider now raises FileNotFoundError if schema directory doesn't exist
- FileSchemaProvider now raises NotADirectoryError if schema path is not a directory
- Fixed chunking service schema path from Path(__file__).parent.parent to Path(__file__).parent
- Removed unnecessary null checks in get_schema() and list_event_types()

This ensures services fail fast at startup rather than at runtime when schemas are missing.

Fixes #233

* test: update FileSchemaProvider tests to expect fail-fast behavior

- test_nonexistent_schema_dir now expects FileNotFoundError
- test_list_event_types_no_schema_dir now expects FileNotFoundError

These tests were expecting the old behavior where the provider would
continue with schema_dir=None. Now that the provider fails fast,
the tests have been updated to verify the exception is raised.

* Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#225)

* Potential fix for code scanning alert no. 2: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* PR feedback

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Delete Cancel-All-GithubRuns.ps1

---------

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>

* fix: implement queue draining and improve duplicate error handling (#232)

- Fix queue consumption pattern: services now consume from event-type queues (archive.ingested, json.parsed, chunks.prepared, summary.complete) instead of service-specific queues
- Improve error handling in parsing service: DuplicateKeyError and DocumentValidationError are now ... (continued)

1247 of 1460 relevant lines covered (85.41%)

0.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 chunking - 20221648214.1 15 Dec 2025 05:33AM UTC 2
86.26
GitHub Action Run
2 embedding - 20221648214.2 15 Dec 2025 05:33AM UTC 2
94.48
GitHub Action Run
3 reporting - 20221648214.3 15 Dec 2025 05:34AM UTC 2
98.43
GitHub Action Run
4 error-reporting - 20221648214.4 15 Dec 2025 05:34AM UTC 2
43.4
GitHub Action Run
5 parsing - 20221648214.5 15 Dec 2025 05:33AM UTC 6
84.03
GitHub Action Run
6 summarization - 20221648214.6 15 Dec 2025 05:34AM UTC 2
93.79
GitHub Action Run
7 ingestion - 20221648214.7 15 Dec 2025 05:33AM UTC 2
80.34
GitHub Action Run
8 orchestrator - 20221648214.8 15 Dec 2025 05:33AM UTC 2
83.89
GitHub Action Run
Source Files on build 20221648214
  • Tree
  • List 20
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20221648214
  • ca3277a8 on github
  • Prev Build on main (#20221648217)
  • Next Build on main (#20221648217)
  • 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