chore(release): wrapper-0.0.30 (#1715)

* chore(release): wrapper-0.0.30

* fix: small fixes

---------

Co-authored-by: codecov-releaser <devops+releaser@codecov.io>
Co-authored-by: Tom Hu <thomas.hu@sentry.io>
This commit is contained in:
codecov-releaser-app[bot]
2024-12-05 18:07:51 -03:00
committed by GitHub
parent c2fcb216de
commit 7f8b4b4bde
5 changed files with 21 additions and 15 deletions

4
dist/codecov.sh vendored
View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
CC_WRAPPER_VERSION="0.0.29"
CC_WRAPPER_VERSION="0.0.30"
set +u
say() {
echo -e "$1"
@@ -86,7 +86,7 @@ else
say "$g ->$x Downloading $b${cc_url}$x"
curl -Os "$cc_url"
say "$g==>$x Finishing downloading $b${cc_os}:${CC_VERSION}$x"
version_url="https://cli.codecov.io/${cc_os}/${CC_VERSION}"
version_url="https://cli.codecov.io/api/${cc_os}/${CC_VERSION}"
version=$(curl -s "$version_url" -H "Accept:application/json" | jq -r '.version')
say " Version: $b$version$x"
say " "