We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375a409 commit ef8e8e2Copy full SHA for ef8e8e2
dist/codecov.sh
@@ -72,8 +72,8 @@ else
72
say "$g==>$x Detected $b${CC_OS}$x"
73
fi
74
cc_filename="codecov"
75
- cc_command="./$cc_filename"
76
[[ $CC_OS == "windows" ]] && cc_filename+=".exe"
+ cc_command="./$cc_filename"
77
[[ $CC_OS == "macos" ]] && \
78
! command -v gpg 2>&1 >/dev/null && \
79
HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg
scripts/download.sh
@@ -26,8 +26,8 @@ else
26
27
28
codecov_filename="codecov"
29
- codecov_command="./$codecov_filename"
30
[[ $CODECOV_OS == "windows" ]] && codecov_filename+=".exe"
+ codecov_command="./$codecov_filename"
31
[[ $CODECOV_OS == "macos" ]] && \
32
33
0 commit comments