pyModeS/.coveragerc
2022-12-26 18:27:23 +01: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