virtualenv/codecov.yml
Bernát Gábor 9cd075ef0b
Fix the coverage file and bump flake8 plugins
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
2021-10-04 14:19:23 +01:00

12 lines
317 B
YAML

coverage:
status:
patch:
default:
informational: true
comment: false # do not comment PR with the result
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"