Skip to content

Commit 2a402a3

Browse files
bswckwebknjazjaraco
authored
Tweak coverage configuration for type checking (jaraco/skeleton#97)
* Tweak coverage configuration for type checking * Use `exclude_also` instead of `exclude_lines` Co-authored-by: Sviatoslav Sydorenko <[email protected]> * Add reference to the issue. --------- Co-authored-by: Sviatoslav Sydorenko <[email protected]> Co-authored-by: Jason R. Coombs <[email protected]>
1 parent 29e5d34 commit 2a402a3

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
@@ -7,3 +7,7 @@ disable_warnings =
77

88
[report]
99
show_missing = True
10+
exclude_also =
11+
# jaraco/skeleton#97
12+
@overload
13+
if TYPE_CHECKING:

0 commit comments

Comments
 (0)