From fb0928cf99b10027264a9315713d117b44d0ef55 Mon Sep 17 00:00:00 2001 From: Roshan Ranabhat Date: Fri, 17 Jul 2020 15:41:05 +0545 Subject: [PATCH] Coverall config changes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b654b77..fd457da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ before_install: script: - go test -cover -coverprofile=.coverprofile $(go list .) - - $GOPATH/bin/goveralls -service=travis-ci -coverprofile=.coverprofile + - $GOPATH/bin/goveralls -service=travis-ci -coverprofile=.coverprofile -repotoken=REPO_TOKEN