Skip to content

Commit

Permalink
Extends excluded lines in coverage config with typing specific stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Dec 26, 2023
1 parent c6f9a15 commit 5595c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ exclude_lines =
if __name__ == '__main__':
self.fail
raise AssertionError
if TYPE_CHECKING:
assert_never

[coverage:html]
directory = parts/htmlcov
Expand Down

0 comments on commit 5595c1f

Please sign in to comment.