Skip to content

Commit a4585ce

Browse files
authored
[chore] retry sending coverage output (open-telemetry#23413)
1 parent 195ef43 commit a4585ce

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build-and-test.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,14 @@ jobs:
292292
with:
293293
name: coverage-artifacts
294294
- name: Upload coverage report
295-
uses: codecov/codecov-action@v3
296-
with:
297-
fail_ci_if_error: true
298-
verbose: true
295+
uses: Wandalen/[email protected]
296+
with:
297+
action: codecov/codecov-action@v3
298+
with: |
299+
fail_ci_if_error: true
300+
verbose: true
301+
attempt_limit: 5
302+
attempt_delay: 10000
299303

300304
integration-tests:
301305
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)