mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
19 lines
351 B
YAML
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: 7
|