We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ced27b commit bdde0dbCopy full SHA for bdde0db
2 files changed
dist/codecov.sh
@@ -78,7 +78,7 @@ else
78
[[ $cc_os == "windows" ]] && cc_filename+=".exe"
79
export cc_filename=${cc_filename}
80
[[ $cc_os == "macos" ]] && \
81
- ! command -v gpg 2>&1 && \
+ ! command -v gpg 2>&1 >/dev/null && \
82
HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg
83
cc_url="https://cli.codecov.io"
84
cc_url="$cc_url/${CC_VERSION}"
scripts/download.sh
@@ -33,7 +33,7 @@ else
33
[[ $codecov_os == "windows" ]] && codecov_filename+=".exe"
34
export codecov_filename=${codecov_filename}
35
[[ $codecov_os == "macos" ]] && \
36
37
38
codecov_url="https://cli.codecov.io"
39
codecov_url="$codecov_url/${CODECOV_VERSION}"
0 commit comments