mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2025-01-05 20:38:29 +00:00
12 lines
240 B
INI
12 lines
240 B
INI
[run]
|
|
branch = True
|
|
include = libmproxy netlib libpathod
|
|
omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py
|
|
|
|
[report]
|
|
show_missing = True
|
|
exclude_lines =
|
|
pragma: nocover
|
|
pragma: no cover
|
|
raise NotImplementedError()
|