aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg31
1 files changed, 31 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 39148f98..d01e12f3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,3 +18,34 @@ show_missing = True
exclude_lines =
pragma: no cover
raise NotImplementedError()
+
+[tool:full_coverage]
+exclude =
+ mitmproxy/contentviews/__init__.py
+ mitmproxy/contentviews/protobuf.py
+ mitmproxy/contentviews/wbxml.py
+ mitmproxy/contentviews/xml_html.py
+ mitmproxy/net/tcp.py
+ mitmproxy/net/http/cookies.py
+ mitmproxy/net/http/encoding.py
+ mitmproxy/net/http/message.py
+ mitmproxy/net/http/url.py
+ mitmproxy/proxy/protocol/
+ mitmproxy/proxy/config.py
+ mitmproxy/proxy/root_context.py
+ mitmproxy/proxy/server.py
+ mitmproxy/tools/
+ mitmproxy/certs.py
+ mitmproxy/connections.py
+ mitmproxy/controller.py
+ mitmproxy/export.py
+ mitmproxy/flow.py
+ mitmproxy/flowfilter.py
+ mitmproxy/http.py
+ mitmproxy/io_compat.py
+ mitmproxy/master.py
+ mitmproxy/optmanager.py
+ pathod/pathoc.py
+ pathod/pathod.py
+ pathod/test.py
+ pathod/protocols/http2.py