From 6ef9f32006ecef71ec65ba9c60dfe27d6d733fa5 Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Mon, 9 Apr 2018 11:58:18 +0200 Subject: [PATCH] fix: use roveralls to aggregate coverage results --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ca3ffa5..07ca0196 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,10 @@ go: install: - go get github.com/mattn/goveralls +- go get github.com/lawrencewoodman/roveralls - go get github.com/golang/dep/cmd/dep - dep ensure -vendor-only script: -- goveralls -service=travis-ci -v +- roveralls +- goveralls -coverprofile=roveralls.coverprofile -service=travis-ci