Files
tea/Makefile
2024-11-14 22:05:43 +08:00

9 lines
179 B
Makefile

all:
fmt:
go fmt ./tea ./dara ./utils
test:
go test -race -coverprofile=coverage.txt -covermode=atomic ./tea ./utils ./dara
go tool cover -html=coverage.txt -o coverage.html