k3s/vendor/bitbucket.org/bertimus9/systemstat/Makefile

9 lines
156 B
Makefile

test:
gofmt -s -w .
go test ./...
go get bitbucket.org/bertimus9/systemstat
coverage:
go get github.com/axw/gocov/gocov
gocov test . | gocov report