tests with coverage

This commit is contained in:
Xavier Olive 2022-04-18 20:40:49 +02:00
parent 401f3f5e95
commit 13f4fe77bb

12
.coveragerc Normal file
View File

@ -0,0 +1,12 @@
[run]
branch = True
include = */pyModeS/*
omit = *tests*
[report]
exclude_lines =
coverage: ignore
raise NotImplementedError
if TYPE_CHECKING:
ignore_errors = True