🔧 Add exclude_lines to coverage configuration (#585)

Add exclude_lines to coverage configuration
This commit is contained in:
David Montague 2023-04-25 17:29:50 -06:00 committed by GitHub
parent 50caff2757
commit 71e04e0d3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,3 +7,14 @@ source =
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: