Unverified Commit e434ea71 authored by Yulin Chen's avatar Yulin Chen Committed by GitHub

Update coverage generation (#26)

parent 6402a47f
......@@ -7,5 +7,5 @@ go:
before_install:
- travis_retry go get github.com/mattn/goveralls
script:
- travis_retry go test -v ./...
- travis_retry $HOME/gopath/bin/goveralls -service=travis-ci
- go test -v -covermode=count -coverprofile=coverage.out ./...
- travis_retry $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment