summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-10-04 10:31:24 +0100
committerGitHub <noreply@github.com>2021-10-04 10:31:24 +0100
commitaff448e7bb57f1e6359c75cd20b69866740d25df (patch)
tree66f1f3201ef72906cc2d4dd189ae3bade6eb3ebf
parent4dbc9f8d8e28bcfbe1bc4823d6c404d8aac348c7 (diff)
downloadvirtualenv-aff448e7bb57f1e6359c75cd20b69866740d25df.tar.gz
Update codecov.yml
-rw-r--r--codecov.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml
index 5f91842..f2bf9cc 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -1,6 +1,22 @@
coverage:
+ wait_for_ci: yes
status:
patch:
default:
informational: true
-comment: false
+
+comment: false # do not comment PR with the result
+
+coverage:
+ precision: 3
+ round: down
+ range: 80..90
+ status:
+ project: no
+ patch: no
+ changes: no
+
+ignore:
+ - "src/virtualenv/create/via_global_ref/builtin/python2/site.py"
+ - "src/virtualenv/create/via_global_ref/_virtualenv.py"
+ - "src/virtualenv/activation/python/activate_this.py"