19 lines
405 B
YAML
19 lines
405 B
YAML
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"
|