Description
Implementation work for: Add test-coverage reporting and a coverage badge, within the vero-audit-guard tooling track.
Problem Statement
CI runs tests but does not report coverage anywhere, so there is no visibility into which parts of the codebase remain untested (relevant given the many untested modules already identified).
Proposed Changes
Technical Implementation Scaffolding
- Target Repository: vero-audit-guard
- Target Path: .github/workflows/, root/README.md
- Branch Naming: chore/issue--add-coverage-reporting-badge
- Authority Context: Tooling / non-code
Acceptance Criteria
Definition of Done
Description
Implementation work for: Add test-coverage reporting and a coverage badge, within the vero-audit-guard tooling track.
Problem Statement
CI runs tests but does not report coverage anywhere, so there is no visibility into which parts of the codebase remain untested (relevant given the many untested modules already identified).
Proposed Changes
--coveragein jest configs and publish a coverage summary in CI logsTechnical Implementation Scaffolding
Acceptance Criteria
Definition of Done