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