Skip to content

Commit

Permalink
Add grace 1% threshold on coverage check
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed May 13, 2024
1 parent a2b9fdc commit 4ea97f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coverage:
status:
project:
default:
# Only fail if the coverage decreases by more than 1%
threshold: 1%

0 comments on commit 4ea97f1

Please sign in to comment.