Skip to content

Commit

Permalink
Merge pull request #4350 from esl/retry-codecov-upload
Browse files Browse the repository at this point in the history
Exit codecov with non-zero code if fails to upload
  • Loading branch information
JanuszJakubiec authored Jul 31, 2024
2 parents f2ec7e3 + 3be87bf commit dc0e05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circle-upload-codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
shasum -a 256 -c codecov.SHA256SUM

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

0 comments on commit dc0e05a

Please sign in to comment.