Skip to content

Commit

Permalink
Allow tiny coverage drop in PR to reduce "failure" noise
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Sep 2, 2020
1 parent ffe543f commit 6a6ce3f
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
@@ -1,2 +1,9 @@
comment: off

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 6a6ce3f

Please sign in to comment.