Skip to content

Commit

Permalink
[chore] retry sending coverage output (open-telemetry#23413)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Jun 16, 2023
1 parent 195ef43 commit a4585ce
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,14 @@ jobs:
with:
name: coverage-artifacts
- name: Upload coverage report
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true
uses: Wandalen/[email protected]
with:
action: codecov/codecov-action@v3
with: |
fail_ci_if_error: true
verbose: true
attempt_limit: 5
attempt_delay: 10000

integration-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a4585ce

Please sign in to comment.