Merge pull request #4867 from ipfs/misc/codecov-threshold

misc: allow for some coverage fall on commit
This commit is contained in:
Whyrusleeping 2018-03-23 09:46:39 -07:00 committed by GitHub
commit a88ab2e1bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,17 @@ codecov:
notify:
require_ci_to_pass: no
after_n_builds: 2
coverage:
range: "50...100"
status:
project:
default:
threshold: 0.2%
patch:
default:
threshold: 2%
comment: off