adding .coveragerc file

- skipping `if TYPE_CHECKING` blocks in coverage report
This commit is contained in:
Mose Müller 2023-08-07 08:38:04 +02:00
parent 472f37c6d6
commit 90869f07a7

4
.coveragerc Normal file
View File

@ -0,0 +1,4 @@
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING: