Skip to content

Commit

Permalink
Exclude additional lines in coverage report configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Mar 7, 2024
1 parent 94b2921 commit 262dd71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ omit =
./config.py
#---

exclude_lines =
[report]
exclude_also =
def __repr__
if __name__ == .__main__.:
if TYPE_CHECKING:
if TYPE_CHECKING:
if DEBUG[\s]*:
if self.__debug[\s]*:

0 comments on commit 262dd71

Please sign in to comment.