Skip to content

Commit

Permalink
Exclude some lines from coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-lamppu committed Jan 11, 2024
1 parent 51f5fc7 commit b6d5828
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,8 @@ omit = [
"*snapshots*",
"*tests*",
]
exclude_also = [
"if TYPE_CHECKING:",
"def __repr__",
"def __str__",
]

0 comments on commit b6d5828

Please sign in to comment.