Add a CI check to prevent coverage regressions in pull requests
Open
- Dominant language
- Python
- Stars
- 1.6k
- Forks
- 175
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 99
Description
## Summary
Ensure that every pull request does not reduce test coverage.
## Proposal
Add a corresponding check in CI to detect coverage regressions and fail the workflow when coverage drops below the baseline introduced by the PR.
## Expected outcome
- Prevent coverage regressions from being merged
- Make coverage changes visible during PR validation
- Enforce a consistent quality bar in CI
Contributor guide
Assessment
This issue has not been assessed yet.