mitmproxy/pathod/.coveragerc

11 lines
161 B
Plaintext
Raw Normal View History

2015-09-21 16:39:37 +00:00
[run]
branch = True
2012-06-09 03:08:51 +00:00
[report]
2015-09-21 16:39:37 +00:00
show_missing = True
2012-06-09 03:08:51 +00:00
include = *libpathod*
2015-09-21 16:39:37 +00:00
exclude_lines =
pragma: nocover
pragma: no cover
raise NotImplementedError()