Skip to content

Commit

Permalink
Exit codecov with non-zero code if fails to upload
Browse files Browse the repository at this point in the history
Retry uploading 5 times
  • Loading branch information
arcusfelis committed Jul 31, 2024
1 parent f2ec7e3 commit 3be87bf
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 3be87bf

Please sign in to comment.