We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b7abe commit 7cd5dd5Copy full SHA for 7cd5dd5
scripts/lib/kcov
@@ -54,6 +54,8 @@ run_kcov() {
54
mkdir "$coverage_dir"
55
printf 'Starting coverage run:\n %s\n' "${kcov_argv[*]}"
56
57
+ # We redirect stderr because all the kcov coverage info will get dumped to the
58
+ # Travis log otherwise.
59
if "${kcov_argv[@]}" 2>/dev/null; then
60
if [[ "$send_to_coveralls" == 'false' ]]; then
61
@go.printf 'Coverage results located in:\n %s\n' \
0 commit comments