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 eeb1c66 commit 9465a32Copy full SHA for 9465a32
2 files changed
dist/codecov.sh
@@ -37,7 +37,7 @@ g="\033[0;32m" # info/debug
37
r="\033[0;31m" # errors
38
x="\033[0m"
39
retry="--retry 5 --retry-delay 2"
40
-CC_WRAPPER_VERSION="0.2.8"
+CC_WRAPPER_VERSION="0.2.9"
41
CC_VERSION="${CC_VERSION:-latest}"
42
CC_FAIL_ON_ERROR="${CC_FAIL_ON_ERROR:-false}"
43
CC_RUN_CMD="${CC_RUN_CMD:-upload-coverage}"
scripts/set_defaults.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-CODECOV_WRAPPER_VERSION="0.2.8"
+CODECOV_WRAPPER_VERSION="0.2.9"
4
CODECOV_VERSION="${CODECOV_VERSION:-latest}"
5
CODECOV_FAIL_ON_ERROR="${CODECOV_FAIL_ON_ERROR:-false}"
6
CODECOV_RUN_CMD="${CODECOV_RUN_CMD:-upload-coverage}"
0 commit comments