14 lines
195 B
INI
14 lines
195 B
INI
[report]
|
|
exclude_also =
|
|
def __repr__
|
|
precision = 2
|
|
sort = Name
|
|
|
|
[xml]
|
|
output = coverage/cov_python.xml
|
|
|
|
[run]
|
|
branch = True
|
|
include = test/backend_output/python/*,
|
|
src/*,
|
|
omit = src/gen/* |