4 lines
95 B
Bash
4 lines
95 B
Bash
#!/bin/bash
|
|
|
|
go get golang.org/x/tools/cmd/cover
|
|
go test ./... -cover -v -coverprofile=cov.out
|