Commit 5bddcd0
committed
fix: add threshold to codecov project check for expanded coverage scope
Expanding coverage from anoph/ only to the full malariagen_data/ package
causes an expected drop in the project coverage percentage because newly
measured modules (plasmodium.py, veff.py, util.py, etc.) have lower test
coverage. This adds a 10% threshold to the project status check so that
the expected one-time drop from the scope expansion does not block the PR.
The patch check remains strict (80% target, 0% threshold) to ensure all
new/modified code is well tested.1 parent af1a103 commit 5bddcd0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments