Skip to content

Commit dc0e05a

Browse files
Merge pull request #4350 from esl/retry-codecov-upload
Exit codecov with non-zero code if fails to upload
2 parents f2ec7e3 + 3be87bf commit dc0e05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/circle-upload-codecov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
1515
shasum -a 256 -c codecov.SHA256SUM
1616

1717
chmod +x codecov
18-
./codecov -t ${CODECOV_TOKEN} -e PRESET
18+
./tools/retry.sh ./codecov -t ${CODECOV_TOKEN} -e PRESET --nonZero

0 commit comments

Comments
 (0)