12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
|
[run]
|
||
|
branch = True
|
||
|
include = */pyModeS/*
|
||
|
omit = *tests*
|
||
|
|
||
|
[report]
|
||
|
exclude_lines =
|
||
|
coverage: ignore
|
||
|
raise NotImplementedError
|
||
|
if TYPE_CHECKING:
|
||
|
|
||
|
ignore_errors = True
|