Skip to content

Commit

Permalink
enforce full coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Mathias Schreiner committed Feb 14, 2025
1 parent 144ca10 commit 15b6da7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
run: |
python -m pip install . "zarr${{ matrix.zarr-version }}"
python -m pip install pytest
python -m pip install pytest-coverage
- name: Run tests
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
python -m pytest tests/
python -m pytest tests/ --cov --cov-fail-under=100

0 comments on commit 15b6da7

Please sign in to comment.