Skip to content

Commit

Permalink
chore(deps): update codecov/test-results-action action to v1.0.1 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 10e48f2 commit 34f05ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
name: codecov-github-actions
# https://github.com/codecov/test-results-action/issues/72
- name: Publish tests on CodeCov
uses: codecov/test-results-action@v1.0.0
uses: codecov/test-results-action@v1.0.1
if: ${{ !always() }} #${{ inputs.generate-jacoco && inputs.send-codecov }}
with:
token: ${{ secrets.codecov-token }}
Expand Down

0 comments on commit 34f05ed

Please sign in to comment.