mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-10 06:06:47 -04:00
2 lines
88 B
Plaintext
Executable File
2 lines
88 B
Plaintext
Executable File
go test -coverprofile=coverage.out ./... && sleep 1 && go tool cover -html=coverage.out
|