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

33 lines
393 B
Plaintext

[run]
branch = True
source =
3 years ago
spiel/
tests/
3 years ago
omit =
spiel/demo/*
[report]
3 years ago
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__.:
assert False
3 years ago
pragma: unreachable
3 years ago
pragma: debugging
pragma: never runs