Skip to content

Commit 9fa0f80

Browse files
chore(release): 0.2.6
1 parent 027b9c2 commit 9fa0f80

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/codecov.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ g="\033[0;32m" # info/debug
3737
r="\033[0;31m" # errors
3838
x="\033[0m"
3939
retry="--retry 5 --retry-delay 2"
40-
CODECOV_WRAPPER_VERSION="0.2.5"
40+
CODECOV_WRAPPER_VERSION="0.2.6"
4141
CODECOV_VERSION="${CODECOV_VERSION:-latest}"
4242
CODECOV_FAIL_ON_ERROR="${CODECOV_FAIL_ON_ERROR:-false}"
4343
CODECOV_RUN_CMD="${CODECOV_RUN_CMD:-upload-coverage}"
@@ -101,7 +101,7 @@ if [ "$CODECOV_SKIP_VALIDATION" == "true" ] || [ -n "$CODECOV_BINARY" ] || [ "$C
101101
then
102102
say "$r==>$x Bypassing validation..."
103103
else
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"

scripts/set_defaults.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
CODECOV_WRAPPER_VERSION="0.2.5"
3+
CODECOV_WRAPPER_VERSION="0.2.6"
44
CODECOV_VERSION="${CODECOV_VERSION:-latest}"
55
CODECOV_FAIL_ON_ERROR="${CODECOV_FAIL_ON_ERROR:-false}"
66
CODECOV_RUN_CMD="${CODECOV_RUN_CMD:-upload-coverage}"

scripts/validate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if [ "$CODECOV_SKIP_VALIDATION" == "true" ] || [ -n "$CODECOV_BINARY" ] || [ "$C
44
then
55
say "$r==>$x Bypassing validation..."
66
else
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"

0 commit comments

Comments
 (0)