Context
CONTRIBUTING.md requires 95% delta coverage on PRs, but no coverage tooling is currently integrated into CI. Test counts and qualitative evidence are provided in PR descriptions, but quantitative measurement is not available.
Proposed implementation
- Add
cargo-llvm-cov to the CI pipeline
- Configure delta coverage reporting (compare PR branch vs base branch)
- Output coverage summary in CI logs and as a PR comment
- Enforce 95% delta / 85% overall thresholds as CI gates
References
Context
CONTRIBUTING.md requires 95% delta coverage on PRs, but no coverage tooling is currently integrated into CI. Test counts and qualitative evidence are provided in PR descriptions, but quantitative measurement is not available.
Proposed implementation
cargo-llvm-covto the CI pipelineReferences