Skip to content

Commit

Permalink
Merge pull request #1142 from davidhewitt/reduce-coverage-noise
Browse files Browse the repository at this point in the history
Allow tiny coverage drop in PR to reduce "failure" noise
  • Loading branch information
kngwyu authored Sep 2, 2020
2 parents ffe543f + 6a6ce3f commit 1b20951
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 1b20951

Please sign in to comment.