Skip to content

Commit

Permalink
allow small variation in coverage without returning a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.eades authored and Philippe-Cholet committed Jan 21, 2024
1 parent 80cd096 commit e559360
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
coverage:
status:
project:
default:
target: auto
# Allow a tiny drop of overall project coverage in PR to reduce spurious failures.
threshold: 0.25%

0 comments on commit e559360

Please sign in to comment.