Skip to content

Commit

Permalink
Update .coveragerc.
Browse files Browse the repository at this point in the history
  • Loading branch information
bje- committed Nov 21, 2024
1 parent c921dd9 commit f1bcde0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover

# Don't complain if assertions aren't reached
raise AssertionError

# Don't complain if tests don't run unreachable code
raise UnreachableError

Expand Down

0 comments on commit f1bcde0

Please sign in to comment.