Skip to content

Commit 0225390

Browse files
committed
ignore imports added for type checking from the coverage report
1 parent bf73c95 commit 0225390

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[report]
2+
exclude_lines =
3+
pragma: no cover
4+
if TYPE_CHECKING:

0 commit comments

Comments
 (0)