Skip to content

Commit

Permalink
Exclude TYPE_CHECKING from coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
  • Loading branch information
Beat Buesser committed Aug 4, 2021
1 parent fbfa89a commit 0c2ee90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Expand Up @@ -8,6 +8,7 @@ exclude_lines =
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
if TYPE_CHECKING:
ignore_errors = True
omit =
docs/*
Expand Down

0 comments on commit 0c2ee90

Please sign in to comment.