Skip to content

Commit

Permalink
Merge pull request #857 from WordPress/feature/ghactions-test-auto-re…
Browse files Browse the repository at this point in the history
…try-failed-codecov-uploads
  • Loading branch information
schlessera authored Jan 8, 2024
2 parents 3d593db + acba4f6 commit ff5ed5c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ jobs:

- name: Send coverage report to Codecov
if: ${{ success() && matrix.coverage == true }}
uses: codecov/codecov-action@v3
uses: Wandalen/wretry.action@master
with:
files: ./clover.xml
fail_ci_if_error: true
verbose: true
action: codecov/codecov-action@v3
with: |
files: ./clover.xml
fail_ci_if_error: true
verbose: true

0 comments on commit ff5ed5c

Please sign in to comment.