Files
goirsdk/Makefile
T

4 lines
114 B
Makefile

test:
go test -coverprofile=coverage.out ./... -cover -bench=
go tool cover -html=coverage.out -o coverage.html