pyModeS/.coveragerc

12 lines
177 B
Plaintext
Raw Normal View History

2022-04-19 02:40:49 +08:00
[run]
branch = True
include = */pyModeS/*
omit = *tests*
[report]
exclude_lines =
coverage: ignore
raise NotImplementedError
if TYPE_CHECKING:
ignore_errors = True