-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Task
Integrate cargo-llvm-cov for accurate code coverage and upload reports to Codecov.
Implementation
- Add coverage job to
reusable-ci.yml - Install
cargo-llvm-cov - Generate coverage with
--lcovoutput - Upload to Codecov
- Add coverage badge to README
Benefits
- Visualize test coverage in PRs
- Track coverage trends
- Enforce quality standards
Acceptance Criteria
- Coverage job runs in CI
- Reports uploaded to Codecov
- Coverage badge in README
- Coverage visible in PR comments
Parent: #175
Metadata
Metadata
Assignees
Labels
No labels