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 3c8d12a commit 27d83c9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,7 @@ jobs:
python -m pip install git+https://github.com/zarr-developers/zarr-python.git
- name: 🧪 Run Tests
run: pytest

- name: Upload coverage data
uses: actions/upload-artifact@v3
with:
name: coverage-data
path: ".coverage*"
run: pytest --color=yes --cov=src/ngio --cov-report=term-missing --cov-report=xml

# If something goes wrong with --pre tests, we can open an issue in the repo
- name: 📝 Report --pre Failures
Expand All @@ -76,6 +70,7 @@ jobs:
with:
filename: .github/TEST_FAIL_TEMPLATE.md
update_existing: true

- name: Coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 27d83c9

Please sign in to comment.