Skip to content

Commit 7f9caa5

Browse files
committed
fix copy and pasta
1 parent 797328a commit 7f9caa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ python-build = "*"
144144
lint = "ruff check tests xarray_subset_grid"
145145
test = "pytest tests/"
146146
test_all = "pytest --online tests/"
147-
test_cov = "pixi run --environment testcov test_cov"
147+
test_cov = "pytest --cov=xarray_subset_grid tests"
148148

149149
[tool.pixi.feature.examples.dependencies]
150150
matplotlib = "*"

0 commit comments

Comments
 (0)