Skip to content

Commit

Permalink
Merge pull request #787 from eliashaeussler/renovate/codecov-codecov-…
Browse files Browse the repository at this point in the history
…action-4.x

[TASK] Update codecov/codecov-action action to v4
  • Loading branch information
eliashaeussler authored Feb 8, 2024
2 parents 2fa9158 + 8edc9be commit 6a1e17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
coverageLocations: |
${{ github.workspace }}/.build/coverage/clover.xml:clover
- name: codecov report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: .build/coverage
Expand Down

0 comments on commit 6a1e17b

Please sign in to comment.