Tests: create sane cov defaults (#2728)

This commit is contained in:
black-sliver 2024-01-16 17:10:19 +01:00 committed by GitHub
parent 4fdeec4f70
commit de8fe21d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
.coveragerc Normal file
View File

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