From aac1e74eb8928dd43dd53418212eef2f008cea99 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Thu, 27 Apr 2017 09:19:01 -0600 Subject: [PATCH] Fix code coverage script (remove auth package that no longer exists) --- scripts/cov.sh | 1 - 1 file changed, 1 deletion(-) 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