Skip to content

Commit

Permalink
Relax cocdecov requirements on PRs
Browse files Browse the repository at this point in the history
Setup .codecov.yml to specify that pull requests may drop up to 1%
coverage and still be considered passing.
  • Loading branch information
sirosen committed Sep 11, 2017
1 parent b122367 commit ed5818f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# codecov.yml file, spec is visible:
# https://github.com/codecov/support/wiki/Codecov-Yaml
coverage:
status:
# pull-requests only
patch:
default:
# coverage may fall by <1% and still be considered "passing"
threshold: 1%

0 comments on commit ed5818f

Please sign in to comment.