Skip to content

Commit

Permalink
fix(ci): coverage bis3
Browse files Browse the repository at this point in the history
  • Loading branch information
gjeusel committed Sep 28, 2024
1 parent 2fa07ee commit 58d7aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ jobs:
uses: actions/download-artifact@v4
with:
merge-multiple: true
pattern: coverage-
pattern: coverage-*
path: coverage

- run: ls -la coverage
- run: uvx coverage combine coverage
- run: uvx coverage report
- run: uvx coverage html --show-contexts --title "pydantic coverage for ${{ github.sha }}"
- run: uvx coverage html --show-contexts --title "neatpush coverage for ${{ github.sha }}"

- name: Store coverage html
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 58d7aaf

Please sign in to comment.