Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically rejecting PRs on dropping coverage doesn't work well in practice, because there are situations in which coverage drops while code improves. For example removing code that had test coverage but is no longer needed will lower total coverage, while removing dead code can lead to low diff coverage. With this change, it is up to reviewers to check whether a dropping coverage is a cause for concern (missing test cases for new/changed functionality) or expected.
- Loading branch information