Files
2025-01-06 17:52:12 +00:00

4 lines
117 B
Makefile

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