1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 22:45:24 +00:00

Cover all subdirectories

This commit is contained in:
V2Ray 2015-09-07 18:01:19 +02:00
parent 713389c6fa
commit 9d822a459b

View File

@ -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: