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 01751d6 commit a0c56fbCopy full SHA for a0c56fb
pyproject.toml
@@ -70,7 +70,7 @@ gpu = [
70
]
71
# Development extras
72
test = [
73
- "coverage",
+ "coverage>=7.10",
74
# Pin possibly due to https://github.com/pytest-dev/pytest-cov/issues/693
75
"pytest<8.4",
76
"pytest-asyncio",
@@ -128,11 +128,8 @@ dev = [
128
129
130
[tool.coverage.report]
131
-exclude_lines = [
132
- "pragma: no cover",
133
- "if TYPE_CHECKING:",
134
- "pragma: ${PY_MAJOR_VERSION} no cover",
135
- '.*\.\.\.' # Ignore "..." lines
+exclude_also = [
+ 'if TYPE_CHECKING:',
136
137
138
[tool.coverage.run]
0 commit comments