Skip to content

Commit

Permalink
Exclude abstract methods during coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Mar 20, 2021
1 parent 2050e3c commit 54ba9bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ omit =
setup.py,
*__init__.py
parallel=True

[report]
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover

# Exclude abstract methods
@abstractmethod

0 comments on commit 54ba9bb

Please sign in to comment.