diff --git a/dist/codecov.sh b/dist/codecov.sh index 3a263db..b7eba51 100755 --- a/dist/codecov.sh +++ b/dist/codecov.sh @@ -37,7 +37,7 @@ g="\033[0;32m" # info/debug r="\033[0;31m" # errors x="\033[0m" retry="--retry 5 --retry-delay 2" -CC_WRAPPER_VERSION="0.2.8" +CC_WRAPPER_VERSION="0.2.9" CC_VERSION="${CC_VERSION:-latest}" CC_FAIL_ON_ERROR="${CC_FAIL_ON_ERROR:-false}" CC_RUN_CMD="${CC_RUN_CMD:-upload-coverage}" diff --git a/scripts/set_defaults.sh b/scripts/set_defaults.sh index f3a7e2e..25b3f80 100755 --- a/scripts/set_defaults.sh +++ b/scripts/set_defaults.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -CODECOV_WRAPPER_VERSION="0.2.8" +CODECOV_WRAPPER_VERSION="0.2.9" CODECOV_VERSION="${CODECOV_VERSION:-latest}" CODECOV_FAIL_ON_ERROR="${CODECOV_FAIL_ON_ERROR:-false}" CODECOV_RUN_CMD="${CODECOV_RUN_CMD:-upload-coverage}"