Skip to content

Commit 174592d

Browse files
authored
Uncomment tool.coverage.report settings (#270)
1 parent 75079b3 commit 174592d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,10 @@ branch = true
148148

149149
# To globally exclude additional code blocks from code coverage reporting, see:
150150
# https://coverage.readthedocs.io/en/latest/excluding.html#advanced-exclusion
151-
#[tool.coverage.report]
152-
#exclude_also = [
153-
# "if TYPE_CHECKING:",
154-
# "raise NotImplementedError",
155-
#]
151+
[tool.coverage.report]
152+
exclude_also = [
153+
"case _ as unreachable",
154+
"if TYPE_CHECKING:",
155+
"raise NotImplementedError",
156+
"@abstractmethod",
157+
]

0 commit comments

Comments
 (0)