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
|
||||
threshold: 0.1%
|
||||
paths:
|
||||
- "!web/"
|
||||
- "mitmproxy/"
|
||||
- "examples/addons/"
|
||||
web:
|
||||
target: auto
|
||||
threshold: 0.1%
|
||||
|
|
Loading…
Reference in New Issue