We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e8571 commit 65fd45cCopy full SHA for 65fd45c
pyproject.toml
@@ -71,7 +71,7 @@ source = ["src"]
71
72
[tool.coverage.report]
73
show_missing = true
74
-exclude_lines = ["if TYPE_CHECKING:"]
+exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:"]
75
76
[tool.coverage.run]
77
branch = true
0 commit comments