mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
12 lines
182 B
INI
12 lines
182 B
INI
[run]
|
|
branch = True
|
|
|
|
[report]
|
|
show_missing = True
|
|
include = *netlib/netlib*
|
|
exclude_lines =
|
|
pragma: nocover
|
|
pragma: no cover
|
|
raise NotImplementedError()
|
|
omit = *contrib*
|