Skip to content

Commit bb8db04

Browse files
author
Jon Duckworth
authored
Merge pull request #492 from l0b0/exclude-mypy-specific-code-from-coverage
tests: Exclude mypy-specific code from coverage
2 parents 802e931 + 1fd4c4b commit bb8db04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[report]
22
fail_under = 91
3+
exclude_lines =
4+
if TYPE_CHECKING:
5+
36

47
[run]
58
source =

0 commit comments

Comments
 (0)