Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 25fe46e

Browse filesBrowse files
chore(deps): bump wrapper to 0.0.32 (#1740)
1 parent 54a0566 commit 25fe46e
Copy full SHA for 25fe46e

File tree

Expand file treeCollapse file tree

2 files changed

+12
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+12
-2
lines changed

‎dist/codecov.sh

Copy file name to clipboardExpand all lines: dist/codecov.sh
+11-1Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
CC_WRAPPER_VERSION="0.0.31"
2+
CC_WRAPPER_VERSION="0.0.32"
33
set +u
44
say() {
55
echo -e "$1"
@@ -117,6 +117,15 @@ CC_PUBLIC_PGP_KEY=$(curl -s https://keybase.io/codecovsecurity/pgp_keys.asc)
117117
say "$g==>$x CLI integrity verified"
118118
say
119119
fi
120+
if [ -n "$CC_BINARY_LOCATION" ];
121+
then
122+
mkdir -p "$CC_BINARY_LOCATION" && mv "$cc_filename" $_
123+
say "$g==>$x Codecov binary moved to ${CC_BINARY_LOCATION}"
124+
fi
125+
if [ "$CC_DOWNLOAD_ONLY" = "true" ];
126+
then
127+
say "$g==>$x Codecov download only called. Exiting..."
128+
fi
120129
cc_cli_args=()
121130
cc_cli_args+=( $(k_arg AUTO_LOAD_PARAMS_FROM) $(v_arg AUTO_LOAD_PARAMS_FROM))
122131
cc_cli_args+=( $(k_arg ENTERPRISE_URL) $(v_arg ENTERPRISE_URL))
@@ -125,6 +134,7 @@ then
125134
cc_cli_args+=( "--codecov-yml-path" )
126135
cc_cli_args+=( "$CC_YML_PATH" )
127136
fi
137+
cc_cli_args+=( $(write_truthy_args CC_DISABLE_TELEM) )
128138
cc_cli_args+=( $(write_truthy_args CC_VERBOSE) )
129139
cc_uc_args=()
130140
# Args for create commit

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.