Skip to content

Commit

Permalink
cleanup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Aug 29, 2024
1 parent 04c4476 commit 3c8d12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python -m pip install git+https://github.com/zarr-developers/zarr-python.git
- name: 🧪 Run Tests
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing
run: pytest

- name: Upload coverage data
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ minversion = "7.0"
testpaths = ["tests"]
filterwarnings = ["error"]
addopts = [
"--color=yes",
"--cov=src/ngio",
"--cov-report=term-missing",
"--cov-report=xml",
Expand Down

0 comments on commit 3c8d12a

Please sign in to comment.