Skip to content

Commit

Permalink
Merge pull request #54 from compscidr/renovate/codecov-codecov-action…
Browse files Browse the repository at this point in the history
…-5.x

Update codecov/codecov-action action to v5
  • Loading branch information
compscidr authored Nov 18, 2024
2 parents 5ac2f04 + 64ac8be commit b01736a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ./gradlew check
- name: Upload Lib Unit Tests Report to CodeCov
# https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: libunittests
Expand Down

0 comments on commit b01736a

Please sign in to comment.