mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
12 lines
225 B
INI
12 lines
225 B
INI
[run]
|
|
branch = True
|
|
|
|
[report]
|
|
show_missing = True
|
|
include = *libmproxy*
|
|
exclude_lines =
|
|
pragma: nocover
|
|
pragma: no cover
|
|
raise NotImplementedError()
|
|
omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py
|