Files
Hippolyzer/.coveragerc

13 lines
214 B
Plaintext
Raw Permalink Normal View History

2021-04-30 17:30:24 +00:00
[run]
omit =
concurrency = multiprocessing
2021-05-31 10:32:01 +00:00
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
if typing.TYPE_CHECKING:
def __repr__
raise AssertionError
2021-07-22 23:58:17 +00:00
assert False
2023-12-18 07:27:35 +00:00
^\s*pass\b