Skip to content

Commit

Permalink
Disable goveralls debug output
Browse files Browse the repository at this point in the history
The debug output was mostly needed for initial integration when we
switched the coverage upload to a bazel job.

Signed-off-by: Roman Mohr <[email protected]>
  • Loading branch information
rmohr committed Oct 2, 2020
1 parent 5e515fb commit 5389fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/goveralls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -eo pipefail

bazel run //vendor/github.com/wadey/gocovmerge:gocovmerge -- $(cat | sed "s# # ${BUILD_WORKING_DIRECTORY}/#g" | sed "s#^#${BUILD_WORKING_DIRECTORY}/#") >coverprofile.dat
goveralls -v -debug -service=${CI_NAME} -coverprofile=coverprofile.dat -ignore=$(find -regextype posix-egrep -regex ".*generated_mock.*\.go|.*swagger_generated\.go|.*openapi_generated\.go" -printf "%P\n" | paste -d, -s)
goveralls -service=${CI_NAME} -coverprofile=coverprofile.dat -ignore=$(find -regextype posix-egrep -regex ".*generated_mock.*\.go|.*swagger_generated\.go|.*openapi_generated\.go" -printf "%P\n" | paste -d, -s)

0 comments on commit 5389fca

Please sign in to comment.