Skip to content

Commit

Permalink
always upload coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Dec 19, 2024
1 parent f757423 commit 0042e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
pdm run coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
if: ${{ !cancelled() }}
with:
flags: unittests
fail_ci_if_error: true
Expand Down

0 comments on commit 0042e7d

Please sign in to comment.