mitmproxy/codecov.yml
2021-03-30 09:15:12 +00:00

16 lines
310 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/"