We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2595437 commit 2961654Copy full SHA for 2961654
dist/codecov.sh
@@ -209,7 +209,7 @@ if ! ./$cc_filename \
209
${cc_cli_args[*]} \
210
upload-coverage \
211
${token_arg[*]} \
212
- ${cc_uc_args[*]};
+ "${cc_uc_args[@]}";
213
then
214
exit_if_error "Failed to upload coverage"
215
fi
scripts/upload.sh
@@ -27,7 +27,7 @@ if ! ./$codecov_filename \
27
${codecov_cli_args[*]} \
28
29
30
- ${codecov_uc_args[*]};
+ "${codecov_uc_args[@]}";
31
32
33
0 commit comments