Files
watchdog/Makefile
Dmitry Fedotov 82a4641ab0 tests
Co-authored-by: Dmitry Fedotov <dmitry@uint32.ru>
Co-committed-by: Dmitry Fedotov <dmitry@uint32.ru>
2025-07-21 18:09:23 +03:00

9 lines
129 B
Makefile

.PHONY: coverage test
coverage:
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
test:
go test -v -cover