mirror of
https://github.com/lucacasonato/mqtt.git
synced 2025-09-26 10:51:11 +08:00
9 lines
192 B
Makefile
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
|