Skip to content

Commit

Permalink
Skip coverage for TYPE_CHECKING blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Jan 30, 2025
1 parent e525895 commit bdc8aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ branch = true
[report]
exclude_lines =
@typing.overload
if TYPE_CHECKING:

0 comments on commit bdc8aaa

Please sign in to comment.