Skip to content

Commit

Permalink
Also ignore "not implemented" exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Aug 4, 2023
1 parent 111aa28 commit db0d3c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ branch = True
exclude_lines =
@overload
\.\.\.$
raise\s+NotImplementedError
#\s*(pragma|PRAGMA)[:\s]?\s*(no|NO)\s*(cover|COVER)

0 comments on commit db0d3c3

Please sign in to comment.