mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 02:10:59 +00:00
try to fix failing codecov checks
This commit is contained in:
parent
5ebc338fde
commit
99774ad35b
@ -4,10 +4,13 @@ coverage:
|
|||||||
project:
|
project:
|
||||||
default: false # disable the default status that measures entire project
|
default: false # disable the default status that measures entire project
|
||||||
python:
|
python:
|
||||||
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.1%
|
||||||
paths:
|
paths:
|
||||||
- "!web/"
|
- "!web/"
|
||||||
web:
|
web:
|
||||||
|
target: auto
|
||||||
|
threshold: 0.1%
|
||||||
paths:
|
paths:
|
||||||
- "web/"
|
- "web/"
|
||||||
codecov:
|
codecov:
|
||||||
|
Loading…
Reference in New Issue
Block a user