mitmproxy/.coveragerc
2015-09-21 18:39:37 +02:00

11 lines
161 B
INI

[run]
branch = True
[report]
show_missing = True
include = *libpathod*
exclude_lines =
pragma: nocover
pragma: no cover
raise NotImplementedError()