Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0nx committed Nov 3, 2024
1 parent a9aad32 commit 060264b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
sleep 2
uv run coverage run --omit tests --parallel-mode -m pytest -vv tests
ls -la
- name: Upload coverage data
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -65,6 +64,7 @@ jobs:

- run: |
python3 -m pip install uv
uv venv
uv pip install coverage[toml]
uv run coverage combine
uv run coverage xml
Expand Down

0 comments on commit 060264b

Please sign in to comment.