Skip to content

Commit

Permalink
Retry codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronek committed Jan 24, 2024
1 parent d9a5bca commit c100167
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,13 @@ jobs:
path: coverage.xml
retention-days: 30
- name: upload coverage report
uses: codecov/codecov-action@v3
uses: wandalen/wretry.action@v1.3.0
with:
files: coverage.xml
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
action: codecov/codecov-action@v3
with: |
files: coverage.xml
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
attempt_limit: 5
attempt_delay: 35000 # in milliseconds

0 comments on commit c100167

Please sign in to comment.