Skip to content

Commit

Permalink
fix: add it to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 1, 2024
1 parent b52d1e7 commit cccfaef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
. ./set_defaults.sh
echo $?
. ./download.sh
echo $?
. ./validate.sh
echo $?
. ./upload.sh
echo $?
1 change: 1 addition & 0 deletions upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ echo "./${codecov_filename} ${CODECOV_CLI_ARGS} do-upload -t <redacted> -n \"${C
${FLAGS} \
${CODECOV_UPLOAD_ARGS} \
${@}
echo $?

0 comments on commit cccfaef

Please sign in to comment.