File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ exclude_lines = [
109109
110110[tool .coverage .run ]
111111omit = [
112- " src/zarr/meta_v1.py" ,
113112 " bench/compress_normal.py" ,
114113]
115114
@@ -140,8 +139,8 @@ numpy = ["1.25", "2.1"]
140139features = [" gpu" ]
141140
142141[tool .hatch .envs .test .scripts ]
143- run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=src"
144- run-coverage-gpu = " pip install cupy-cuda12x && pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov=src"
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"
145144run = " run-coverage --no-cov"
146145run-verbose = " run-coverage --verbose"
147146run-mypy = " mypy src"
@@ -170,7 +169,7 @@ numpy = ["1.25", "2.1"]
170169version = [" minimal" ]
171170
172171[tool .hatch .envs .gputest .scripts ]
173- run-coverage = " pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov=src"
172+ run-coverage = " pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov =src"
174173run = " run-coverage --no-cov"
175174run-verbose = " run-coverage --verbose"
176175run-mypy = " mypy src"
You can’t perform that action at this time.
0 commit comments