blob: 284075c2710360a81d9d11e2f9309beb7ba3afdb [file] [log] [blame]
test:
pre:
- go get github.com/mattn/goveralls
override:
- ! gofmt -s -d . 2>&1 | read
- go test -v -cover -race -coverprofile=/home/ubuntu/coverage.out
post:
- /home/ubuntu/.go_workspace/bin/goveralls -coverprofile=/home/ubuntu/coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN