Skip to content

Commit

Permalink
Update .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
smythi93 authored Mar 28, 2023
1 parent 0998203 commit 8db0358
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 @@ -2,3 +2,6 @@
exclude_lines =
pragma: no cover
raise NotImplementedError()
if 0:
if __name__ == .__main__.:
@(abc\.)?abstractmethod

0 comments on commit 8db0358

Please sign in to comment.