4 lines
112 B
Bash
4 lines
112 B
Bash
#!/bin/sh
|
|
|
|
GO111MODULE=on go test -p 1 -race -covermode=atomic -coverprofile=coverage.txt -coverpkg=./... ./...
|