Skip to content

Commit

Permalink
Add if TYPE_CHECKING: to the exclude_lines
Browse files Browse the repository at this point in the history
in section `[coverage:report]` of the `setup.cfg` file
  • Loading branch information
derenio committed Jan 8, 2020
1 parent 49a7b34 commit 8f45cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exclude_lines =
pragma: no cover
raise NotImplementedError
return NotImplemented
if TYPE_CHECKING:

[tool:pytest]
addopts = -n auto --vcr-record-mode=none --ds=tests.settings
Expand Down

0 comments on commit 8f45cf6

Please sign in to comment.