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 @@ -136,8 +136,8 @@ numpy = ["1.25", "2.1"]
136136features = [" gpu" ]
137137
138138[tool .hatch .envs .test .scripts ]
139- run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=tests "
140- run-coverage-gpu = " pip install cupy-cuda12x && pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov=tests "
139+ run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=src "
140+ run-coverage-gpu = " pip install cupy-cuda12x && pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov=src "
141141run = " run-coverage --no-cov"
142142run-verbose = " run-coverage --verbose"
143143run-mypy = " mypy src"
@@ -157,7 +157,7 @@ numpy = ["1.25", "2.1"]
157157version = [" minimal" ]
158158
159159[tool .hatch .envs .gputest .scripts ]
160- run-coverage = " pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov=tests "
160+ run-coverage = " pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov=src "
161161run = " run-coverage --no-cov"
162162run-verbose = " run-coverage --verbose"
163163run-mypy = " mypy src"
You can’t perform that action at this time.
0 commit comments