mitmproxy/codecov.yml

17 lines
346 B
YAML
Raw Permalink Normal View History

2016-06-07 08:00:23 +00:00
comment: off
2020-07-30 11:36:02 +00:00
coverage:
status:
project:
default: false # disable the default status that measures entire project
python:
2020-08-12 15:04:50 +00:00
target: auto
2020-07-30 11:36:02 +00:00
threshold: 0.1%
paths:
- "mitmproxy/"
- "examples/addons/"
2020-07-30 11:36:02 +00:00
web:
2020-08-12 15:04:50 +00:00
target: auto
threshold: 0.1%
2020-07-30 11:36:02 +00:00
paths:
- "web/"