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

Alan-Jowett / CoPilot-For-Consensus / 20221648214 / 6
77%
main: 77%

Build:
DEFAULT BRANCH: main
Ran 15 Dec 2025 05:35AM UTC
Files 2
Run time 0s
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: 93.793%. First build
20221648214.6

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)

136 of 145 relevant lines covered (93.79%)

0.94 hits per line

Source Files on job summarization - 20221648214.6
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20221648214
  • ca3277a8 on github
  • Next Job for on main (#20221648217.11)
  • 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