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 test -v ./...
|
||||
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:
|
||||
- export GOPATH="${TRAVIS_BUILD_DIR}/vendor:$GOPATH"
|
||||
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
|
||||
|
|
Référencer dans un nouveau ticket