diff --git a/codecov.yaml b/codecov.yaml index 1fe589382..fa4c6539a 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -2,12 +2,20 @@ codecov: require_ci_to_pass: yes wait_for_ci: yes +comment: no # do not comment PR with the result + coverage: - precision: 2 + precision: 3 round: down - range: "80...100" - -comment: false + range: 80..90 + status: + project: + enabled: yes + target: auto + threshold: 3% + # do not run coverage on patch nor changes + patch: no + changes: no ignore: - "src/virtualenv/create/via_global_ref/builtin/python2/site.py"