Increase codecov threshold to 1% (#1830)

This commit is contained in:
Alexander Matyushentsev 2019-06-27 11:37:22 -07:00 committed by Alex Collins
parent 8d2ab47494
commit b53a3db971

View file

@ -7,10 +7,10 @@ ignore:
- "test/.*"
coverage:
status:
# allow test coverage to drop by 0.1%, assume that it's typically due to CI problems
# allow test coverage to drop by 1%, assume that it's typically due to CI problems
patch:
default:
threshold: 0.1
threshold: 1
project:
default:
threshold: 0.1
threshold: 1