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:
Maximilian Hils 2022-07-25 01:39:04 +02:00
parent 3872d33111
commit 398212ce01
1 changed files with 2 additions and 1 deletions

View File

@ -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%