diff --git a/scripts/cov.sh b/scripts/cov.sh index e51bc93f..e04a2b16 100755 --- a/scripts/cov.sh +++ b/scripts/cov.sh @@ -3,7 +3,6 @@ rm -rf ./cov mkdir cov -go test -v -covermode=atomic -coverprofile=./cov/auth.out ./auth go test -v -covermode=atomic -coverprofile=./cov/conf.out ./conf go test -v -covermode=atomic -coverprofile=./cov/log.out ./logger go test -v -covermode=atomic -coverprofile=./cov/server.out ./server