Skip to content

Commit

Permalink
Revert "Disable wandalen/wretry for codecov upload"
Browse files Browse the repository at this point in the history
This reverts commit 7f151fa.
  • Loading branch information
Bronek committed Apr 3, 2024
1 parent 7f151fa commit c0ffa85
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,13 @@ jobs:
path: coverage.xml
retention-days: 30
- name: upload coverage report
uses: codecov/codecov-action@v4.1.1
with: |
file: coverage.xml
fail_ci_if_error: true
disable_search: true
verbose: true
os: linux
token: ${{ secrets.CODECOV_TOKEN }}
uses: wandalen/wretry.action@v1.3.0
with:
action: codecov/codecov-action@v4
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 c0ffa85

Please sign in to comment.