Skip to content

Commit

Permalink
Bump codecov to v5 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored Nov 23, 2024
1 parent 9e1c329 commit 184d2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
coverage report --fail-under=${{ inputs.MINIMUM_COVERAGE_PERCENTAGE }}
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 184d2c4

Please sign in to comment.