Skip to content

Commit

Permalink
fix(ci): coverage bis5
Browse files Browse the repository at this point in the history
  • Loading branch information
gjeusel committed Sep 28, 2024
1 parent 2601972 commit f973954
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ jobs:
pattern: coverage-*
path: coverage

- run: uv pip install coverage[toml]
- run: uv pip install --system coverage[toml]

- run: ls -la coverage
- run: uv run coverage combine coverage
- run: uv run coverage report
- run: uv run coverage html --show-contexts --title "neatpush coverage for ${{ github.sha }}"
- run: coverage combine coverage
- run: run coverage report
- run: run 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 f973954

Please sign in to comment.