2015-08-30 13:59:50 +00:00
|
|
|
[run]
|
2013-02-23 08:59:25 +00:00
|
|
|
branch = True
|
|
|
|
|
2012-06-09 01:42:43 +00:00
|
|
|
[report]
|
2015-09-21 00:26:47 +00:00
|
|
|
show_missing = True
|
2012-06-09 01:55:55 +00:00
|
|
|
include = *libmproxy*
|
2015-08-30 13:59:50 +00:00
|
|
|
exclude_lines =
|
|
|
|
pragma: nocover
|
|
|
|
pragma: no cover
|
2015-09-21 00:26:47 +00:00
|
|
|
raise NotImplementedError()
|
|
|
|
omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py
|