mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 05:36:45 -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
|