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 @@ -37,7 +37,7 @@ g="\033[0;32m" # info/debug
3737r=" \033[0;31m" # errors
3838x=" \033[0m"
3939retry=" --retry 5 --retry-delay 2"
40- CODECOV_WRAPPER_VERSION=" 0.2.5 "
40+ CODECOV_WRAPPER_VERSION=" 0.2.6 "
4141CODECOV_VERSION=" ${CODECOV_VERSION:- latest} "
4242CODECOV_FAIL_ON_ERROR=" ${CODECOV_FAIL_ON_ERROR:- false} "
4343CODECOV_RUN_CMD=" ${CODECOV_RUN_CMD:- upload-coverage} "
@@ -101,7 +101,7 @@ if [ "$CODECOV_SKIP_VALIDATION" == "true" ] || [ -n "$CODECOV_BINARY" ] || [ "$C
101101then
102102 say " $r ==>$x Bypassing validation..."
103103else
104- echo $( curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) | \
104+ echo " $( curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) " | \
105105 gpg --no-default-keyring --import
106106 # One-time step
107107 say " $g ==>$x Verifying GPG signature integrity"
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- CODECOV_WRAPPER_VERSION=" 0.2.5 "
3+ CODECOV_WRAPPER_VERSION=" 0.2.6 "
44CODECOV_VERSION=" ${CODECOV_VERSION:- latest} "
55CODECOV_FAIL_ON_ERROR=" ${CODECOV_FAIL_ON_ERROR:- false} "
66CODECOV_RUN_CMD=" ${CODECOV_RUN_CMD:- upload-coverage} "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if [ "$CODECOV_SKIP_VALIDATION" == "true" ] || [ -n "$CODECOV_BINARY" ] || [ "$C
44then
55 say " $r ==>$x Bypassing validation..."
66else
7- echo $( curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) | \
7+ echo " $( curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) " | \
88 gpg --no-default-keyring --import
99 # One-time step
1010 say " $g ==>$x Verifying GPG signature integrity"
You can’t perform that action at this time.
0 commit comments