From bfbcbfd73738e133ee031311a277af37443ee4b7 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 23 Feb 2016 18:07:12 +0100 Subject: [PATCH] fix coverage collection --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]