Coverall config changes

This commit is contained in:
Roshan Ranabhat 2020-07-17 15:43:10 +05:45
parent fb0928cf99
commit 8a3637503f
1 changed files with 1 additions and 1 deletions

View File

@ -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