fix coverage collection
This commit is contained in:
parent
dca9139fb2
commit
bfbcbfd737
|
@ -9,11 +9,11 @@ ignore = E251
|
|||
|
||||
[pytest]
|
||||
testpaths = test
|
||||
addopts = --timeout 30 -s
|
||||
addopts = --timeout 30 -s --cov netlib --cov mitmproxy --cov pathod
|
||||
|
||||
[coverage:run]
|
||||
branch = True
|
||||
include = mitmproxy netlib pathod
|
||||
include = *mitmproxy*, *netlib*, *pathod*
|
||||
omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py
|
||||
|
||||
[coverage:report]
|
||||
|
|
Loading…
Reference in New Issue