add overalls

This commit is contained in:
yedongfu 2021-07-16 10:57:52 +08:00
parent f5b09e2506
commit c1a2f5c965

View File

@ -5,4 +5,8 @@ env:
- GO111MODULE=on - GO111MODULE=on
services: services:
- mysql - mysql
script: go test ./... before_install:
- go get -t -v ./...
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci