goimagehash: Add codecov

This commit is contained in:
Dong-hee Na 2018-04-01 16:42:33 +09:00
parent be737c1d73
commit f148dae87d

View File

@ -7,3 +7,11 @@ go:
- 1.9.x
- 1.10.x
- master
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci