Skip to content

Commit

Permalink
Usage of cc_uc_args
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-codecov committed Nov 20, 2024
1 parent 2595437 commit 2961654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ if ! ./$cc_filename \
${cc_cli_args[*]} \
upload-coverage \
${token_arg[*]} \
${cc_uc_args[*]};
"${cc_uc_args[@]}";
then
exit_if_error "Failed to upload coverage"
fi
2 changes: 1 addition & 1 deletion scripts/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if ! ./$codecov_filename \
${codecov_cli_args[*]} \
upload-coverage \
${token_arg[*]} \
${codecov_uc_args[*]};
"${codecov_uc_args[@]}";
then
exit_if_error "Failed to upload coverage"
fi

0 comments on commit 2961654

Please sign in to comment.