Add goveralls
This commit is contained in:
parent
699e689f2e
commit
ee5b3c72d1
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -7,6 +7,7 @@ ADDLICENCE_SCRIPT=${ADDLICENSE_CMD} -c "Coinbase, Inc." -l "apache" -v
|
|||
SPELLCHECK_CMD=go run github.com/client9/misspell/cmd/misspell
|
||||
GOLINES_CMD=go run github.com/segmentio/golines
|
||||
GOLINT_CMD=go run golang.org/x/lint/golint
|
||||
GOVERALLS_CMD=go run github.com/mattn/goveralls
|
||||
GOIMPORTS_CMD=go run golang.org/x/tools/cmd/goimports
|
||||
GO_PACKAGES=./services/... ./indexer/... ./bitcoin/... ./configuration/...
|
||||
GO_FOLDERS=$(shell echo ${GO_PACKAGES} | sed -e "s/\.\///g" | sed -e "s/\/\.\.\.//g")
|
||||
|
|
Loading…
Reference in a new issue