Coverall config changes

This commit is contained in:
Roshan Ranabhat 2020-07-17 15:41:05 +05:45
parent 62a46ab151
commit fb0928cf99
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
- $GOPATH/bin/goveralls -service=travis-ci -coverprofile=.coverprofile -repotoken=REPO_TOKEN