Skip to content

Commit

Permalink
use uv run
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Oct 7, 2024
1 parent bd29a53 commit 601087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
env_vars: PYTHON
- run: uv coverage report --fail-under 100
- run: uv run coverage report --fail-under 100

# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
check:
Expand Down

0 comments on commit 601087a

Please sign in to comment.