Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Jan 27, 2025
1 parent c75ca83 commit f1d3e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
pip install hatch
- name: Run Tests
run: |
hatch env run --env test.py${{ matrix.python-version }} run-coverage
hatch run test.py${{ matrix.python-version }}:test-cov
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit f1d3e8b

Please sign in to comment.