pyModeS/.coveragerc
2022-04-18 20:40:49 +02:00

12 lines
177 B
INI

[run]
branch = True
include = */pyModeS/*
omit = *tests*
[report]
exclude_lines =
coverage: ignore
raise NotImplementedError
if TYPE_CHECKING:
ignore_errors = True