mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-23 13:19:48 +00:00
398212ce01
tests did not provide any meaningful help for this code, they just made the code structure less straightforward.
17 lines
346 B
YAML
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/"
|