We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[[
1 parent cc284d1 commit 2c32ffbCopy full SHA for 2c32ffb
scripts/lib/kcov
@@ -47,7 +47,7 @@ run_kcov() {
47
48
# Somehow kcov exits with a failure status on Travis, even though the tests
49
# all pass and information is successfully posted to Coveralls.
50
- if "${kcov_argv[@]}" 2>/dev/null || -n "$TRAVIS_JOB_ID" ]]; then
+ if "${kcov_argv[@]}" 2>/dev/null || [[ -n "$TRAVIS_JOB_ID" ]]; then
51
if [[ "$send_to_coveralls" == 'false' ]]; then
52
@go.printf 'Coverage results located in:\n %s\n' \
53
"$_GO_ROOTDIR/$coverage_dir"
0 commit comments