From 4e7428d45408bf80cdfe612f8343691faa10403f Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 30 Oct 2017 01:05:46 +0100 Subject: [PATCH] fixed coveralls --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d6e364..30d3098 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ env: - COVERALLS_TOKEN=lhWzILT1WMRgrHXsEhauQOGsoby1nm7DR script: - go get golang.org/x/tools/cmd/cover + - go get github.com/modocache/gover - go get github.com/mattn/goveralls - - go test -v -covermode=count -coverprofile=coverage.out ./... - - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN \ No newline at end of file + - go test -v ./... + - gover + - goveralls -coverprofile=gover.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN \ No newline at end of file