Skip to content

Commit 454978d

Browse files
Tweak code coverage workflow
1 parent a57f8cb commit 454978d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Install the project
2525
run: uv sync --locked --all-extras --dev
2626
- name: Check coverage
27-
run: |
28-
uv run --dev --with coveralls coverage run --source=simplejustwatchapi -m pytest test/
29-
COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_TOKEN }} uv run --dev --with coveralls
27+
run: uv run --dev --with coveralls coverage run --source=simplejustwatchapi -m pytest test/
28+
- name: Upload coverage
29+
run: COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_TOKEN }} uv run --dev coveralls

0 commit comments

Comments
 (0)