Skip to content

Commit

Permalink
Ignore coverage for the default implementation of abstract methods
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Sep 21, 2023
1 parent d42e236 commit 21b6c4b
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 @@ -12,4 +12,7 @@ exclude_lines =
# Don't complain if tests don't hit defensive assertion code:
raise NotImplementedError

# Ignore the default implementation of abstract methods
^\s*\.\.\.$

if TYPE_CHECKING:

0 comments on commit 21b6c4b

Please sign in to comment.