Skip to content

Commit

Permalink
Increase codecov threshold to 1% (argoproj#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Matyushentsev authored and alexec committed Jun 27, 2019
1 parent 8d2ab47 commit b53a3db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b53a3db

Please sign in to comment.