Skip to content

Commit

Permalink
Merge pull request #2885 from sbueringer/pr-fixup
Browse files Browse the repository at this point in the history
πŸ› Fixup codecov action
  • Loading branch information
k8s-ci-robot authored Apr 8, 2024
2 parents 47403cf + 19915fa commit 260a8b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
- uses: Wandalen/wretry.action@7e3e094b56685165ba2fb92f14c86f900907663a # v1.3.0 Retry codecov upload. It is flaky due to a known issue https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
with:
attempt_limit: 20
action: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
action: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with: |
file: ./coverage.out
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 260a8b3

Please sign in to comment.