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

Alan-Jowett / CoPilot-For-Consensus / 20243750613 / 9
77%
main: 77%

Build:
DEFAULT BRANCH: main
Ran 15 Dec 2025 06:53PM 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 06:48PM UTC coverage: 86.364% (+0.1%) from 86.26%
20243750613.9

push

github

web-flow
Add deterministic hash IDs and update schemas/tests (#260)

* feat(#249): implement deterministic hash-based IDs for audit trail

- Replace UUID-based archive_id with SHA256(file_hash)[:16] for deterministic ingestion
- Add message_key field: SHA256(archive_id|message_id|date|sender|subject)[:16]
- Add chunk_key field: SHA256(message_key|chunk_index)[:16]
- Create message_key_generator utility with generate_message_key() and generate_chunk_key()
- Update ingestion service to use file_hash for archive_id
- Update parsing service to compute and store message_key
- Update chunking adapter to use generate_chunk_key() instead of uuid4()
- Update chunking service to pass message_key and store chunk_key
- Update all schemas to use hash-based IDs instead of UUIDs
- Update event schemas for archive_id hash format
- Update all documentation and examples with new ID format
- Enables idempotent processing and complete audit trail from source file

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

* fix: make message_key optional in Chunk and Thread dataclasses, update schema validation test data

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

* fix: update chunking service test data with proper hash-format archive_id

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

* fix: declare schema validation dependency for chunking

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

* fix: install chunking deps before chunking in adapter installer

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

* fix: update orchestrator integration fixtures for hash chunk/message ids

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

* fix: update embedding integration fixtures for hash chunk/message ids

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

* fix: update chunking integration fixtures for hash message_key and extended archive_id

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

* fix(#260): address PR review comments - re... (continued)

114 of 132 relevant lines covered (86.36%)

0.86 hits per line

Source Files on job chunking - 20243750613.9
  • Tree
  • List 2
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20243750613
  • fa903282 on github
  • Prev Job for on main (#20241438647.3)
  • Next Job for on main (#20247278636.15)
  • 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