We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fc786 commit 665a35bCopy full SHA for 665a35b
pyproject.toml
@@ -148,8 +148,10 @@ branch = true
148
149
# To globally exclude additional code blocks from code coverage reporting, see:
150
# 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
-#]
+[tool.coverage.report]
+exclude_also = [
+ "case _ as unreachable",
+ "if TYPE_CHECKING:",
+ "raise NotImplementedError",
156
+ "@abstractmethod",
157
+]
0 commit comments