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

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

Build:
DEFAULT BRANCH: main
Ran 15 Dec 2025 06:49PM UTC
Jobs 28
Files 109
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 06:48PM UTC coverage: 82.927% (-0.2%) from 83.158%
20243750613

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)

20 of 37 new or added lines in 6 files covered. (54.05%)

4046 of 4879 relevant lines covered (82.93%)

0.94 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
96.62
-1.93% adapters/copilot_chunking/copilot_chunking/chunkers.py
14
30.0
adapters/copilot_schema_validation/copilot_schema_validation/message_key_generator.py
Jobs
ID Job ID Ran Files Coverage
1 copilot_auth - 20243750613.1 15 Dec 2025 06:49PM UTC 7
98.98
GitHub Action Run
2 copilot_chunking - 20243750613.2 15 Dec 2025 06:50PM UTC 2
96.69
GitHub Action Run
3 copilot_logging - 20243750613.3 15 Dec 2025 06:49PM UTC 5
93.94
GitHub Action Run
4 orchestrator - 20243750613.4 15 Dec 2025 06:50PM UTC 2
83.89
GitHub Action Run
5 copilot_storage - 20243750613.5 15 Dec 2025 06:49PM UTC 5
64.6
GitHub Action Run
6 copilot_reporting - 20243750613.6 15 Dec 2025 06:49PM UTC 5
73.17
GitHub Action Run
7 copilot_vectorstore - 20243750613.7 15 Dec 2025 06:49PM UTC 7
70.26
GitHub Action Run
8 copilot_storage_integration - 20243750613.8 15 Dec 2025 06:49PM UTC 5
57.52
GitHub Action Run
9 chunking - 20243750613.9 15 Dec 2025 06:50PM UTC 2
86.36
GitHub Action Run
10 copilot_draft_diff - 20243750613.10 15 Dec 2025 06:49PM UTC 6
98.8
GitHub Action Run
11 ingestion - 20243750613.11 15 Dec 2025 06:49PM UTC 2
80.0
GitHub Action Run
12 copilot_events_integration - 20243750613.12 15 Dec 2025 06:50PM UTC 9
46.2
GitHub Action Run
13 copilot_archive_fetcher - 20243750613.13 15 Dec 2025 06:50PM UTC 9
68.27
GitHub Action Run
14 parsing - 20243750613.14 15 Dec 2025 06:50PM UTC 6
84.08
GitHub Action Run
15 copilot_schema_validation_integration - 20243750613.15 15 Dec 2025 06:50PM UTC 6
47.81
GitHub Action Run
16 reporting - 20243750613.16 15 Dec 2025 06:49PM UTC 2
98.43
GitHub Action Run
17 copilot_consensus - 20243750613.17 15 Dec 2025 06:49PM UTC 3
98.64
GitHub Action Run
18 copilot_events - 20243750613.18 15 Dec 2025 06:50PM UTC 9
63.77
GitHub Action Run
19 copilot_embedding - 20243750613.19 15 Dec 2025 06:50PM UTC 3
92.16
GitHub Action Run
20 copilot_vectorstore_integration - 20243750613.20 15 Dec 2025 06:50PM UTC 7
22.2
GitHub Action Run
21 embedding - 20243750613.21 15 Dec 2025 06:50PM UTC 2
94.48
GitHub Action Run
22 summarization - 20243750613.22 15 Dec 2025 06:50PM UTC 2
93.79
GitHub Action Run
23 copilot_metrics - 20243750613.23 15 Dec 2025 06:49PM UTC 5
56.83
GitHub Action Run
24 copilot_summarization - 20243750613.24 15 Dec 2025 06:49PM UTC 7
95.12
GitHub Action Run
25 error-reporting - 20243750613.25 15 Dec 2025 06:50PM UTC 2
43.4
GitHub Action Run
26 copilot_config - 20243750613.26 15 Dec 2025 06:49PM UTC 10
75.78
GitHub Action Run
27 copilot_archive_fetcher_integration - 20243750613.27 15 Dec 2025 06:50PM UTC 9
46.99
GitHub Action Run
28 copilot_schema_validation - 20243750613.28 15 Dec 2025 06:49PM UTC 6
82.89
GitHub Action Run
Source Files on build 20243750613
  • Tree
  • List 109
  • Changed 6
  • Source Changed 6
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20243750613
  • fa903282 on github
  • Prev Build on main (#20241438647)
  • Next Build on main (#20247278636)
  • 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