Another stab at goveralls
This commit is contained in:
@@ -13,4 +13,5 @@ before_install:
|
|||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which goveralls) -service=travis-ci
|
- sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which go) test -v -covermode=count -coverprofile=coverage.out .
|
||||||
|
- goveralls -coverprofile=coverage.out -service travis-ci -repotoken $REPO_TOKEN
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[](https://travis-ci.org/msteinert/pam)
|
[](https://travis-ci.org/msteinert/pam)
|
||||||
[](http://godoc.org/github.com/msteinert/pam)
|
[](http://godoc.org/github.com/msteinert/pam)
|
||||||
[](https://coveralls.io/r/msteinert/pam)
|
[](https://coveralls.io/r/msteinert/pam?branch=master)
|
||||||
|
|
||||||
# Go PAM
|
# Go PAM
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user