From 8a3637503f6280c91a4e4712dec226adeb9c4c6f Mon Sep 17 00:00:00 2001 From: Roshan Ranabhat Date: Fri, 17 Jul 2020 15:43:10 +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 fd457da..f849ffc 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 -repotoken=REPO_TOKEN + - $GOPATH/bin/goveralls -service=travis-ci -coverprofile=.coverprofile -repotoken=$REPO_TOKEN