File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- CC_WRAPPER_VERSION=" 0.0.29 "
2
+ CC_WRAPPER_VERSION=" 0.0.30 "
3
3
set +u
4
4
say () {
5
5
echo -e " $1 "
86
86
say " $g ->$x Downloading $b ${cc_url} $x "
87
87
curl -Os " $cc_url "
88
88
say " $g ==>$x Finishing downloading $b ${cc_os} :${CC_VERSION} $x "
89
- version_url=" https://cli.codecov.io/${cc_os} /${CC_VERSION} "
89
+ version_url=" https://cli.codecov.io/api/ ${cc_os} /${CC_VERSION} "
90
90
version=$( curl -s " $version_url " -H " Accept:application/json" | jq -r ' .version' )
91
91
say " Version: $b$version$x "
92
92
say " "
Original file line number Diff line number Diff line change 42
42
curl -Os " $codecov_url "
43
43
say " $g ==>$x Finishing downloading $b ${codecov_os} :${CODECOV_VERSION} $x "
44
44
45
- version_url=" https://cli.codecov.io/${codecov_os} /${CODECOV_VERSION} "
45
+ version_url=" https://cli.codecov.io/api/ ${codecov_os} /${CODECOV_VERSION} "
46
46
version=$( curl -s " $version_url " -H " Accept:application/json" | jq -r ' .version' )
47
47
say " Version: $b$version$x "
48
48
say " "
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- CODECOV_WRAPPER_VERSION=" 0.0.29 "
2
+ CODECOV_WRAPPER_VERSION=" 0.0.30 "
You can’t perform that action at this time.
0 commit comments