Files
Hippolyzer/.coveragerc
2023-12-18 07:27:35 +00:00

13 lines
214 B
INI

[run]
omit =
concurrency = multiprocessing
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
if typing.TYPE_CHECKING:
def __repr__
raise AssertionError
assert False
^\s*pass\b