Skip to content

Commit

Permalink
Merge pull request #711 from OpenGeoscience/add-codecov-threshold
Browse files Browse the repository at this point in the history
Add a codecov configuration file.
  • Loading branch information
manthey authored Jun 15, 2017
2 parents 1fa4112 + 95c1736 commit a485da6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
comment: false
coverage:
status:
# We have some variation in tests due to variations in the test runs. We
# want to ignore these changes, but not let code coverage slip too much.
project:
default:
threshold: 0.1
# This applies to the changed code. We allow it to be much less covered
# than the main code, since we use the project threshold for that.
patch:
default:
threshold: 25
only_pulls: true

0 comments on commit a485da6

Please sign in to comment.