mirror of https://github.com/mattn/go-sqlite3.git
go cover
This commit is contained in:
parent
dfec358c75
commit
baffbbc154
|
@ -4,5 +4,6 @@ go:
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/axw/gocov/gocov
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
|
- go get code.google.com/p/go.tools/cmd/cover
|
||||||
script:
|
script:
|
||||||
- $HOME/gopath/bin/goveralls 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
|
- $HOME/gopath/bin/goveralls 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
|
||||||
|
|
Loading…
Reference in New Issue