Skip to content

Commit

Permalink
Remove retry on codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
f0uriest committed Dec 10, 2024
1 parent 6afd01f commit a5939af
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,9 @@ jobs:
./prof.db
- name: Upload coverage
id : codecov
uses: Wandalen/wretry.action@v3.7.3
uses: codecov/codecov-action@v5
with:
action: codecov/codecov-action@v5
with: |
name: codecov-umbrella
files: ./cov.xml
fail_ci_if_error: true
verbose: true
attempt_limit: 10
attempt_delay: 60000 # ms, 1 min
name: codecov-umbrella
files: ./cov.xml
fail_ci_if_error: true
verbose: true

0 comments on commit a5939af

Please sign in to comment.