mitmproxy/.coveragerc

12 lines
182 B
Plaintext
Raw Normal View History

2015-09-20 23:08:19 +00:00
[run]
branch = True
2012-06-18 21:42:32 +00:00
[report]
2015-09-20 23:08:19 +00:00
show_missing = True
2013-03-02 21:37:28 +00:00
include = *netlib/netlib*
2015-09-20 23:08:19 +00:00
exclude_lines =
pragma: nocover
pragma: no cover
raise NotImplementedError()
omit = *contrib*