Permalink
Browse files

add a coverage drop threshold to limit codecov failure spam (#803)

* add a coverage drop threshold to limit codecov failure spam
* making codcov.yml a hidden file
  • Loading branch information...
1 parent 55bf01b commit cabe78f67663fce537241f3c3a337bc9459a681e @lbergelson lbergelson committed on GitHub Feb 21, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 codecov.yml → .codecov.yml
@@ -10,7 +10,7 @@ coverage:
project:
default:
target: auto
- threshold: null
+ threshold: .01
branches: null
patch:

0 comments on commit cabe78f

Please sign in to comment.