Codebase list golang-github-go-playground-validator-v10 / 26333a6
add goveralls test coverage for #92 Dean Karn 8 years ago
1 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 - 1.2
1010 - 1.3
1111 - 1.4
12 - tip
12 - tip
13
14 before_install:
15 - go get github.com/axw/gocov/gocov
16 - go get github.com/mattn/goveralls
17 - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
18 script:
19 - $HOME/gopath/bin/goveralls -service=travis-ci