mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Added development helper scripts and updated gitignore.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,3 +25,4 @@ _testmain.go
|
||||
*.db
|
||||
*.out
|
||||
.DS_Store
|
||||
static/logs
|
||||
|
||||
1
coverage
Executable file
1
coverage
Executable file
@@ -0,0 +1 @@
|
||||
go test -coverprofile=coverage.out && sleep 1 && go tool cover -html=coverage.out
|
||||
Reference in New Issue
Block a user