Skip to content

Commit

Permalink
Fix goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
moikot committed Jun 26, 2021
1 parent a22df85 commit 1e02621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -39,7 +39,7 @@ matrix:
moikot/golang-dep ensure -vendor-only
# Run all the tests and report the coverage
- go test -covermode=count -coverprofile=profile.cov -coverpkg=./... ./...
- $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci
- $GOPATH/bin/goveralls -service=travis-ci

- stage: deploy
script:
Expand Down

0 comments on commit 1e02621

Please sign in to comment.