diff options
Diffstat (limited to 'mitmproxy/.coveragerc')
-rw-r--r-- | mitmproxy/.coveragerc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mitmproxy/.coveragerc b/mitmproxy/.coveragerc deleted file mode 100644 index 7b2c1682..00000000 --- a/mitmproxy/.coveragerc +++ /dev/null @@ -1,11 +0,0 @@ -[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 |