Skip to content

Commit

Permalink
chore: Use exclude_also in coverage config (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Dec 1, 2023
1 parent d6c9ef0 commit 0b0faef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ omit = [
]

[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
exclude_also = [
"def __repr__",
"raise AssertionError",
"raise NotImplementedError",
Expand Down

0 comments on commit 0b0faef

Please sign in to comment.