Skip to content

Commit

Permalink
add a coverage drop threshold to limit codecov failure spam (#803)
Browse files Browse the repository at this point in the history
* add a coverage drop threshold to limit codecov failure spam
* making codcov.yml a hidden file
  • Loading branch information
lbergelson authored Feb 21, 2017
1 parent 55bf01b commit cabe78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov.yml → .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coverage:
project:
default:
target: auto
threshold: null
threshold: .01
branches: null

patch:
Expand Down

0 comments on commit cabe78f

Please sign in to comment.