mitmproxy/codecov.yml
Maximilian Hils 398212ce01 remove release/ from coverage
tests did not provide any meaningful help for this code,
they just made the code structure less straightforward.
2022-07-25 01:39:04 +02:00

17 lines
346 B
YAML

comment: off
coverage:
status:
project:
default: false # disable the default status that measures entire project
python:
target: auto
threshold: 0.1%
paths:
- "mitmproxy/"
- "examples/addons/"
web:
target: auto
threshold: 0.1%
paths:
- "web/"