mitmproxy/codecov.yml
2020-08-12 17:04:50 +02:00

19 lines
351 B
YAML

comment: off
coverage:
status:
project:
default: false # disable the default status that measures entire project
python:
target: auto
threshold: 0.1%
paths:
- "!web/"
web:
target: auto
threshold: 0.1%
paths:
- "web/"
codecov:
notify:
after_n_builds: 6