mitmproxy/.coveragerc

12 lines
246 B
Plaintext
Raw Normal View History

[run]
branch = True
[report]
show_missing = True
include = *libmproxy* *netlib* *libpathod*
exclude_lines =
pragma: nocover
pragma: no cover
raise NotImplementedError()
omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py