Explorar o código

fix coverall script

Darien Raymond %!s(int64=7) %!d(string=hai) anos
pai
achega
2b0196527d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
testing/coverage/coverall

@@ -28,7 +28,7 @@ if [ -f ${TEST_FILES[0]} ]; then
   test_package ""
 fi
 
-for DIR in $(find * -type d -not -path "*.git*"); do
+for DIR in $(find * -type d ! -path "*.git*" ! -path "*vendor*"); do
   TEST_FILES=($DIR/*_test.go)
   if [ -f ${TEST_FILES[0]} ]; then
     test_package $DIR