4 lines
117 B
Makefile
4 lines
117 B
Makefile
test:
|
|
go test -coverprofile=coverage.out ./... -cover -bench=
|
|
go tool cover -html=coverage.out -o coverage.html
|