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
37
37
r=" \033[0;31m" # errors
38
38
x=" \033[0m"
39
39
retry=" --retry 5 --retry-delay 2"
40
- CODECOV_WRAPPER_VERSION=" 0.2.5 "
40
+ CODECOV_WRAPPER_VERSION=" 0.2.6 "
41
41
CODECOV_VERSION=" ${CODECOV_VERSION:- latest} "
42
42
CODECOV_FAIL_ON_ERROR=" ${CODECOV_FAIL_ON_ERROR:- false} "
43
43
CODECOV_RUN_CMD=" ${CODECOV_RUN_CMD:- upload-coverage} "
@@ -101,7 +101,7 @@ if [ "$CODECOV_SKIP_VALIDATION" == "true" ] || [ -n "$CODECOV_BINARY" ] || [ "$C
101
101
then
102
102
say " $r ==>$x Bypassing validation..."
103
103
else
104
- echo $( curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) | \
104
+ echo " $( curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) " | \
105
105
gpg --no-default-keyring --import
106
106
# One-time step
107
107
say " $g ==>$x Verifying GPG signature integrity"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- CODECOV_WRAPPER_VERSION=" 0.2.5 "
3
+ CODECOV_WRAPPER_VERSION=" 0.2.6 "
4
4
CODECOV_VERSION=" ${CODECOV_VERSION:- latest} "
5
5
CODECOV_FAIL_ON_ERROR=" ${CODECOV_FAIL_ON_ERROR:- false} "
6
6
CODECOV_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
4
4
then
5
5
say " $r ==>$x Bypassing validation..."
6
6
else
7
- echo $( curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) | \
7
+ echo " $( curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) " | \
8
8
gpg --no-default-keyring --import
9
9
# One-time step
10
10
say " $g ==>$x Verifying GPG signature integrity"
You can’t perform that action at this time.
0 commit comments