Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4832 from golemfactory/type_checking_cov
Browse files Browse the repository at this point in the history
Don't count type checking imports in coverage report
  • Loading branch information
Wiezzel authored Oct 28, 2019
2 parents e2c8d0d + 82d01a9 commit 71201df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ exclude_lines =
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
if typing.TYPE_CHECKING:
if TYPE_CHECKING:

0 comments on commit 71201df

Please sign in to comment.