5 lines
67 B
Text
5 lines
67 B
Text
|
#!/bin/bash
|
||
|
|
||
|
go get golang.org/x/tools/cmd/cover
|
||
|
go test -cover -v
|