From dba6962e7bc16e5815c7ecda05cd4d22e4ea2cec Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 16 Jan 2025 13:28:11 -0300 Subject: [PATCH] chore(deps): bump wrapper to 0.0.32 --- dist/codecov.sh | 12 +++++++++++- src/scripts | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dist/codecov.sh b/dist/codecov.sh index 137f6a30a..224d6cee5 100755 --- a/dist/codecov.sh +++ b/dist/codecov.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -CC_WRAPPER_VERSION="0.0.31" +CC_WRAPPER_VERSION="0.0.32" set +u say() { echo -e "$1" @@ -117,6 +117,15 @@ CC_PUBLIC_PGP_KEY=$(curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) say "$g==>$x CLI integrity verified" say fi +if [ -n "$CC_BINARY_LOCATION" ]; +then + mkdir -p "$CC_BINARY_LOCATION" && mv "$cc_filename" $_ + say "$g==>$x Codecov binary moved to ${CC_BINARY_LOCATION}" +fi +if [ "$CC_DOWNLOAD_ONLY" = "true" ]; +then + say "$g==>$x Codecov download only called. Exiting..." +fi cc_cli_args=() cc_cli_args+=( $(k_arg AUTO_LOAD_PARAMS_FROM) $(v_arg AUTO_LOAD_PARAMS_FROM)) cc_cli_args+=( $(k_arg ENTERPRISE_URL) $(v_arg ENTERPRISE_URL)) @@ -125,6 +134,7 @@ then cc_cli_args+=( "--codecov-yml-path" ) cc_cli_args+=( "$CC_YML_PATH" ) fi +cc_cli_args+=( $(write_truthy_args CC_DISABLE_TELEM) ) cc_cli_args+=( $(write_truthy_args CC_VERBOSE) ) cc_uc_args=() # Args for create commit diff --git a/src/scripts b/src/scripts index 8e89f7cba..b7950068a 160000 --- a/src/scripts +++ b/src/scripts @@ -1 +1 @@ -Subproject commit 8e89f7cbab22e735f8d19adc185b9fe98ac07c2f +Subproject commit b7950068a521c1d34fe35cf2157b3755918338b5