typer/.coveragerc
David Montague 71e04e0d3b
🔧 Add exclude_lines to coverage configuration (#585)
Add exclude_lines to coverage configuration
2023-04-25 16:29:50 -07:00

20 lines
281 B
INI

[run]
source =
typer
tests
docs_src
parallel = True
context = '${CONTEXT}'
[report]
precision = 2
exclude_lines =
pragma: no cover
pragma: nocover
pragma no cover
raise NotImplementedError
raise NotImplemented
@overload
if TYPE_CHECKING: