diff --git a/Jenkinsfile b/Jenkinsfile index 6a76d85..7111de6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,6 +33,7 @@ pipeline { steps { sh "go get github.com/axw/gocov/..." sh "go get github.com/AlekSi/gocov-xml" + sh "go get github.com/gorilla/mux" sh "go run github.com/axw/gocov/gocov test github.com/gorilla/mux | go run github.com/AlekSi/gocov-xml > coverage.xml" } }