aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.coveragerc b/.coveragerc
index fef1089b..7b2c1682 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -2,9 +2,10 @@
branch = True
[report]
-omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py
+show_missing = True
include = *libmproxy*
exclude_lines =
pragma: nocover
pragma: no cover
- raise NotImplementedError() \ No newline at end of file
+ raise NotImplementedError()
+omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py