aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-03-27 12:02:41 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-03-27 12:02:41 +0200
commitec68d8b8e4a9fc24e45379359f96b3ebc30e381a (patch)
tree8a37b879502b5a6e68f02a374761481241f6dd5d /setup.cfg
parentab7e80085af891c494bc274c0cde27d49f89f254 (diff)
downloadmitmproxy-ec68d8b8e4a9fc24e45379359f96b3ebc30e381a.tar.gz
mitmproxy-ec68d8b8e4a9fc24e45379359f96b3ebc30e381a.tar.bz2
mitmproxy-ec68d8b8e4a9fc24e45379359f96b3ebc30e381a.zip
s/nocover/no cover/g
according to coveralls docs
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b1d62172..7849ca07 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,6 +19,5 @@ omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py
[coverage:report]
show_missing = True
exclude_lines =
- pragma: nocover
pragma: no cover
raise NotImplementedError()