Skip to content

Commit

Permalink
👷 Ignore coverage for raised NotImplementedErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
spapanik committed Jan 6, 2025
1 parent 9e98961 commit b58fb22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ data_file = ".cov_cache/coverage.dat"
[tool.coverage.report]
exclude_also = [
"if TYPE_CHECKING:",
"raise NotImplementedError",
]
fail_under = 100
precision = 2
Expand Down

0 comments on commit b58fb22

Please sign in to comment.