-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable branching codecov, with a small change tolerance
git-svn-id: svn+ssh://svn.mystic.cacr.caltech.edu/pathos/dill@1262 8bfda07e-5b16-0410-ab1d-fd04ec2748df
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
comment: false | ||
|
||
coverage: | ||
status: | ||
project: | ||
default: | ||
# Commits pushed to master should not make the overall | ||
# project coverage decrease by more than 1%: | ||
target: auto | ||
threshold: 1% | ||
patch: | ||
default: | ||
# Be tolerant on slight code coverage diff on PRs to limit | ||
# noisy red coverage status on github PRs. | ||
# Note The coverage stats are still uploaded | ||
# to codecov so that PR reviewers can see uncovered lines | ||
# in the github diff if they install the codecov browser | ||
# extension: | ||
# https://github.com/codecov/browser-extension | ||
target: auto | ||
threshold: 1% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters