diff options
| -rw-r--r-- | .drone.yml | 4 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -5,5 +5,5 @@ steps: image: "golang:alpine" commands: - apk add --no-cache build-base ca-certificates git - - make test - - bash <(curl -s https://codecov.io/bash) + - go get github.com/mattn/goveralls + - goveralls -service drone.io @@ -1,7 +1,8 @@ # Go migrations -[](https://cloud.drone.io/felix/go-migrate) [](http://godoc.org/github.com/felix/go-migrate) +[](https://cloud.drone.io/felix/go-migrate) +[](https://coveralls.io/github/felix/go-migrate?branch=master) [](https://goreportcard.com/report/github.com/felix/go-migrate) A very simple migration library for your Go projects. |
