We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a43ca commit cfe7432Copy full SHA for cfe7432
.github/workflows/integration.yaml
@@ -70,7 +70,8 @@ jobs:
70
uses: Wandalen/wretry.action@master
71
with:
72
action: codecov/codecov-action@v3
73
- # token: ${{ secrets.CODECOV_TOKEN }} # required because codecov is often broken
+ attempt_limit: 6
74
+ attempt_delay: 10000
75
with: |
76
files: ./lcov.txt
77
flags: unittests
.github/workflows/tests.yaml
@@ -40,7 +40,8 @@ jobs:
40
41
42
43
44
45
46
47
0 commit comments