Conversation
…TECTURE Numbers in user-facing docs lagged the codebase. CI on main reports 1,800 tests collected (1,779 passed + 20 skipped + 1 deselected) and 81.62 % line coverage on a 75 % gate. Documentation said 1,351 / 75 %. Updates: - README.md: one reference (1,351 -> 1,800; surface actual coverage) - docs/ARCHITECTURE.md: five references (test count + coverage line) - CHANGELOG.md: new [1.0-portfolio] - 2026-04-26 entry recording the corrected numbers; v1.0.0 entry left untouched as a historical record No content removed. No code changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation-only correction. README + CHANGELOG +
docs/ARCHITECTURE.mdwere carrying stale test counts (1,351) and coverage figures (75 %). Latest CI onmainreports 1,800 tests collected (1,779 passed + 20 skipped + 1 deselected) and 81.62 % coverage on a 75 % gate.Files touched:
README.md— 1 referencedocs/ARCHITECTURE.md— 5 referencesCHANGELOG.md— new[1.0-portfolio] - 2026-04-26entry;v1.0.0entry left untouched as a historical recordNo content removed, no code changes.
After this merges, the repo is permanently frozen.
Test plan
1,351references anywhere in the repo