Skip to content

Commit

Permalink
fixup coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 7, 2024
1 parent c1f7561 commit 29f50be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,11 @@ jobs:

- name: Check coverage
run: |
uvx coverage combine
uvx coverage html --skip-covered --skip-empty
uvx coverage report --fail-under=100
uv python install 3.12
uv tool install coverage
coverage combine
coverage html --skip-covered --skip-empty
coverage report --fail-under=100
- name: Upload HTML report if check failed.
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 29f50be

Please sign in to comment.