summaryrefslogtreecommitdiff
path: root/codecov.yaml
blob: a1041e010c8f6c7c16937c7a83f35091f407f5d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
codecov:
  require_ci_to_pass: yes
  wait_for_ci: yes

comment: no # 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"