diff --git a/Jenkinsfile b/Jenkinsfile index 3ff87cb..49b0232 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { steps { sh "go get github.com/axw/gocov/..." sh "go get github.com/AlekSi/gocov-xml" - sh "go run github.com/axw/gocov/gocov test | go run github.com/AlekSi/gocov-xml > coverage.xml" + sh "go run github.com/axw/gocov/gocov test ./... | go run github.com/AlekSi/gocov-xml > coverage.xml" } } }