Skip to content

Commit

Permalink
Try to improve nested package coverage suuport
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Aug 18, 2019
1 parent 56c27d3 commit d7ee1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ install:
- go mod download
- go get github.com/mattn/goveralls
script:
- go test -v ./... -tags integration -covermode=count -coverprofile=coverage.out -bench . -cpu 1,4
- go test -v ./... -tags integration -coverpkg=./... -covermode=count -coverprofile=coverage.out -bench . -cpu 1,4
after_success:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN || true'

0 comments on commit d7ee1c2

Please sign in to comment.