We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797328a commit 7f9caa5Copy full SHA for 7f9caa5
1 file changed
pyproject.toml
@@ -144,7 +144,7 @@ python-build = "*"
144
lint = "ruff check tests xarray_subset_grid"
145
test = "pytest tests/"
146
test_all = "pytest --online tests/"
147
-test_cov = "pixi run --environment testcov test_cov"
+test_cov = "pytest --cov=xarray_subset_grid tests"
148
149
[tool.pixi.feature.examples.dependencies]
150
matplotlib = "*"
0 commit comments