aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 60de7c52..ccd62228 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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]