Skip to content

Commit 8200acb

Browse files
Merge pull request #76 from codecov/th/wrapper-release-0.2.9
chore(release): 0.2.9
2 parents eeb1c66 + 9465a32 commit 8200acb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/codecov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ g="\033[0;32m" # info/debug
3737
r="\033[0;31m" # errors
3838
x="\033[0m"
3939
retry="--retry 5 --retry-delay 2"
40-
CC_WRAPPER_VERSION="0.2.8"
40+
CC_WRAPPER_VERSION="0.2.9"
4141
CC_VERSION="${CC_VERSION:-latest}"
4242
CC_FAIL_ON_ERROR="${CC_FAIL_ON_ERROR:-false}"
4343
CC_RUN_CMD="${CC_RUN_CMD:-upload-coverage}"

scripts/set_defaults.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
CODECOV_WRAPPER_VERSION="0.2.8"
3+
CODECOV_WRAPPER_VERSION="0.2.9"
44
CODECOV_VERSION="${CODECOV_VERSION:-latest}"
55
CODECOV_FAIL_ON_ERROR="${CODECOV_FAIL_ON_ERROR:-false}"
66
CODECOV_RUN_CMD="${CODECOV_RUN_CMD:-upload-coverage}"

0 commit comments

Comments
 (0)