Skip to content

Commit cfe7432

Browse files
committed
More retries because codecov is broken
Signed-off-by: Heinz N. Gies <[email protected]>
1 parent 10a43ca commit cfe7432

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
uses: Wandalen/wretry.action@master
7171
with:
7272
action: codecov/codecov-action@v3
73-
# token: ${{ secrets.CODECOV_TOKEN }} # required because codecov is often broken
73+
attempt_limit: 6
74+
attempt_delay: 10000
7475
with: |
7576
files: ./lcov.txt
7677
flags: unittests

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
uses: Wandalen/wretry.action@master
4141
with:
4242
action: codecov/codecov-action@v3
43-
# token: ${{ secrets.CODECOV_TOKEN }} # required because codecov is often broken
43+
attempt_limit: 6
44+
attempt_delay: 10000
4445
with: |
4546
files: ./lcov.txt
4647
flags: unittests

0 commit comments

Comments
 (0)