Skip to content

Commit

Permalink
coverage: ignore abstract methods in test coverage
Browse files Browse the repository at this point in the history
Because abstract classes cannot be instantiated, there is no way to
cover the body of abstract methods.
  • Loading branch information
palubaj authored and jfilak committed Aug 28, 2023
1 parent c38a9ba commit 77ab5ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
include=
sap/*
bin/*

[report]
exclude_also =
raise NotImplementedError

0 comments on commit 77ab5ab

Please sign in to comment.