Skip to content

Commit

Permalink
fix: coverage is error on ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Aug 4, 2019
1 parent b29faf9 commit d65f590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ before_install:

script:
# - go test -v -cover
- $HOME/gopath/bin/goveralls -v -service=travis-ci
# - $HOME/gopath/bin/goveralls -v -service=travis-ci
- go test -v -covermode=count -coverprofile=coverage.out ./... && $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 comments on commit d65f590

Please sign in to comment.