remove `release/` from coverage
tests did not provide any meaningful help for this code, they just made the code structure less straightforward.
This commit is contained in:
parent
3872d33111
commit
398212ce01
|
@ -7,7 +7,8 @@ coverage:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.1%
|
||||||
paths:
|
paths:
|
||||||
- "!web/"
|
- "mitmproxy/"
|
||||||
|
- "examples/addons/"
|
||||||
web:
|
web:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.1%
|
||||||
|
|
Loading…
Reference in New Issue