diff --git a/setup.cfg b/setup.cfg index 60de7c523..ccd62228f 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]