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 73ce566 commit d2a326cCopy full SHA for d2a326c
pyproject.toml
@@ -208,7 +208,8 @@ python = ["3.12", "3.13"]
208
209
[tool.hatch.envs.gputest.scripts]
210
run-coverage = [
211
- "coverage run --source=src -m pytest -m gpu --junitxml=junit.xml -o junit_family=legacy --ignore tests/benchmarks {args:}",
+ "coverage run -m pytest -m gpu --junitxml=junit.xml -o junit_family=legacy --ignore tests/benchmarks {args:}",
212
+ "coverage combine",
213
"coverage xml",
214
]
215
run = "pytest -m gpu --ignore tests/benchmarks"
0 commit comments