summaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2017-08-08 17:28:11 -0700
committerGitHub <noreply@github.com>2017-08-08 17:28:11 -0700
commit9156d0fd8d3513dfcbde975daa6659a694045973 (patch)
treec1a066694c76681571a17c0f5cf6ae4c37451e34 /.codecov.yml
parent31a3836a3bad0a02456dd4c99d85c65817a47dd2 (diff)
downloadnetworkx-9156d0fd8d3513dfcbde975daa6659a694045973.tar.gz
Make codecov more lenient (#2592)
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
index db247200..e28a818e 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -1 +1,9 @@
+# Allow coverage to decrease by 0.05%.
+coverage:
+ status:
+ project:
+ default:
+ threshold: 0.05%
+
+# Don't post a comment on pull requests.
comment: off