Files
bproto/.coveragerc
2025-04-14 14:43:03 +02:00

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/*