go-chart/Makefile
2018-10-12 09:23:30 -07:00

18 lines
292 B
Makefile

all: test
ci: profanity coverage
new-install:
@go get -v -u ./...
@go get -v -u github.com/blend/go-sdk/cmd/coverage
@go get -v -u github.com/blend/go-sdk/cmd/profanity
test:
@go test ./...
.PHONY: profanity
profanity:
@profanity -include="*.go,Makefile,README.md"
cover:
@coverage