diff --git a/dist/codecov.sh b/dist/codecov.sh index 85a9de9..18ab08d 100755 --- a/dist/codecov.sh +++ b/dist/codecov.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -CC_WRAPPER_VERSION="0.0.11" +CC_WRAPPER_VERSION="0.0.12" say() { echo -e "$1" } @@ -88,7 +88,6 @@ if [ -n "$CC_YML_PATH" ]; then codecov_cli_args+=" --codecov-yml-path ${CC_YML_PATH}" fi -set -x codecov_cc_args=() if [ "$CC_FAIL_ON_ERROR" = "true" ]; then diff --git a/scripts/set_create_commit_args.sh b/scripts/set_create_commit_args.sh index b2ab8f5..ab511b2 100755 --- a/scripts/set_create_commit_args.sh +++ b/scripts/set_create_commit_args.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -set -x - codecov_cc_args=() if [ "$CODECOV_FAIL_ON_ERROR" = "true" ]; diff --git a/scripts/version.sh b/scripts/version.sh index 99e9e16..745c6f7 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -CODECOV_WRAPPER_VERSION="0.0.11" +CODECOV_WRAPPER_VERSION="0.0.12"