Skip to content

Commit

Permalink
uv run on code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
sedders123 committed Feb 7, 2025
1 parent a8e9ca9 commit dae6000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pip install -e .
- name: Test with pytest
run: |
pytest tests -v --cov=phial --cov-report xml
uv run pytest tests -v --cov=phial --cov-report xml
- name: Upload coverage to CodeCov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit dae6000

Please sign in to comment.