mitmproxy/.coveragerc

12 lines
237 B
Plaintext
Raw Normal View History

[run]
branch = True
2016-02-16 21:01:50 +00:00
include = mitmproxy netlib pathod
2016-02-15 18:43:55 +00:00
omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py
[report]
show_missing = True
exclude_lines =
pragma: nocover
pragma: no cover
raise NotImplementedError()