Tests: create sane cov defaults (#2728)
This commit is contained in:
parent
4fdeec4f70
commit
de8fe21d4a
|
@ -0,0 +1,5 @@
|
||||||
|
[report]
|
||||||
|
exclude_lines =
|
||||||
|
pragma: no cover
|
||||||
|
if TYPE_CHECKING:
|
||||||
|
if typing.TYPE_CHECKING:
|
Loading…
Reference in New Issue