You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spiel/.coveragerc

32 lines
404 B
INI

[run]
branch = True
source =
spiel/
tests/
[report]
skip_empty = True
show_missing = True
sort = -cover
exclude_lines =
def __repr__
if self\.debug
raise AssertionError
raise NotImplementedError
if 0:
if False:
if __name__ == .__main__.:
if TYPE_CHECKING:
@overload
assert False
pragma: unreachable
pragma: debugging
pragma: never runs