Skip to content

Commit 61db5b0

Browse files
committed
Ignore type-checking branches when measuring coverage
1 parent f640b9c commit 61db5b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ skip_covered = true
119119
exclude_lines =
120120
pragma: no cover
121121
if False:
122+
it typing.TYPE_CHECKING:
122123
@typing.overload
123124
@overload
124125

0 commit comments

Comments
 (0)