mitmproxy/.coveragerc

12 lines
225 B
Plaintext
Raw Normal View History

2015-08-30 13:59:50 +00:00
[run]
branch = True
[report]
show_missing = True
include = *libmproxy*
2015-08-30 13:59:50 +00:00
exclude_lines =
pragma: nocover
pragma: no cover
raise NotImplementedError()
omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py