File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ numpy = ["1.25", "2.1"]
139139features = [" gpu" ]
140140
141141[tool .hatch .envs .test .scripts ]
142- run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src"
143- run-coverage-gpu = " pip install cupy-cuda12x && pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src"
142+ run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src --junitxml=junit.xml -o junit_family=legacy "
143+ run-coverage-gpu = " pip install cupy-cuda12x && pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src --junitxml=junit.xml -o junit_family=legacy "
144144run = " run-coverage --no-cov"
145145run-verbose = " run-coverage --verbose"
146146run-mypy = " mypy src"
@@ -169,7 +169,7 @@ numpy = ["1.25", "2.1"]
169169version = [" minimal" ]
170170
171171[tool .hatch .envs .gputest .scripts ]
172- run-coverage = " pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src"
172+ run-coverage = " pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src --junitxml=junit.xml -o junit_family=legacy "
173173run = " run-coverage --no-cov"
174174run-verbose = " run-coverage --verbose"
175175run-mypy = " mypy src"
You can’t perform that action at this time.
0 commit comments