trying coverall documentation instead
Cette révision appartient à :
Parent
b09808dcb8
révision
f14bdeec6b
1 fichiers modifiés avec 2 ajouts et 1 suppressions
|
@ -12,7 +12,8 @@ before_script:
|
||||||
- go vet
|
- go vet
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
script:
|
script:
|
||||||
- $HOME/gopath/bin/goveralls -repotoken $COVERALLS_TOKEN
|
- go test -v -covermode=count -coverprofile=coverage.out
|
||||||
|
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
|
||||||
install:
|
install:
|
||||||
- export GOPATH="${TRAVIS_BUILD_DIR}/vendor:$GOPATH"
|
- export GOPATH="${TRAVIS_BUILD_DIR}/vendor:$GOPATH"
|
||||||
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
|
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
|
||||||
|
|
Référencer dans un nouveau ticket