aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/.coveragerc')
-rw-r--r--mitmproxy/.coveragerc11
1 files changed, 11 insertions, 0 deletions
diff --git a/mitmproxy/.coveragerc b/mitmproxy/.coveragerc
new file mode 100644
index 00000000..7b2c1682
--- /dev/null
+++ b/mitmproxy/.coveragerc
@@ -0,0 +1,11 @@
+[run]
+branch = True
+
+[report]
+show_missing = True
+include = *libmproxy*
+exclude_lines =
+ pragma: nocover
+ pragma: no cover
+ raise NotImplementedError()
+omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py