Skip to content

Integrate cargo-llvm-cov into CI for delta coverage reporting #19

Description

@iamclaude697

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

  1. Add cargo-llvm-cov to the CI pipeline
  2. Configure delta coverage reporting (compare PR branch vs base branch)
  3. Output coverage summary in CI logs and as a PR comment
  4. Enforce 95% delta / 85% overall thresholds as CI gates

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions