Files
mqtt/makefile
2019-10-20 02:21:38 +02:00

9 lines
192 B
Makefile

coverage:
go test -coverprofile=coverage.out
go tool cover -html=coverage.out -o coverage.html
coverage-linux: coverage
xdg-open coverage.html
coverage-macos: coverage
open coverage.html