File tree 1 file changed +3
-3
lines changed
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"]
136
136
features = [" gpu" ]
137
137
138
138
[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 "
141
141
run = " run-coverage --no-cov"
142
142
run-verbose = " run-coverage --verbose"
143
143
run-mypy = " mypy src"
@@ -157,7 +157,7 @@ numpy = ["1.25", "2.1"]
157
157
version = [" minimal" ]
158
158
159
159
[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 "
161
161
run = " run-coverage --no-cov"
162
162
run-verbose = " run-coverage --verbose"
163
163
run-mypy = " mypy src"
You can’t perform that action at this time.
0 commit comments