Browse Source

Cover all subdirectories

pull/298/head
V2Ray 9 years ago
parent
commit
9d822a459b
  1. 2
      .travis.yml

2
.travis.yml

@ -8,7 +8,7 @@ install:
- go get github.com/mattn/goveralls
script:
- go test -v -covermode=count -coverprofile=coverage.out
- go test -v -covermode=count -coverprofile=coverage.out ./...
- $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
env:

Loading…
Cancel
Save