Skip to content

Commit

Permalink
Retry on codecov upload.
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
xuezhaojun authored Apr 7, 2024
1 parent fd2d0eb commit 06329a8
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,17 @@ jobs:
- name: unit
run: make test
- name: report coverage
uses: codecov/codecov-action@v3
uses: wandalen/wretry.action@v1.3.0
with:
files: ./coverage.out
flags: unit
name: unit
verbose: true
fail_ci_if_error: true
action: codecov/codecov-action@v3
with: |
files: ./coverage.out
flags: unit
name: unit
verbose: true
fail_ci_if_error: true
attempt_limit: 3
attempt_delay: 10000

integration:
name: integration
Expand Down

0 comments on commit 06329a8

Please sign in to comment.