Try again to get CI code coverage working
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2021-04-01 18:40:13 -04:00
parent 2fef2e494a
commit dc23a972dd

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline {
steps { steps {
sh "go get github.com/axw/gocov/..." sh "go get github.com/axw/gocov/..."
sh "go get github.com/AlekSi/gocov-xml" sh "go get github.com/AlekSi/gocov-xml"
"gocov test github.com/gorilla/mux | gocov-xml > coverage.xml" sh "go run github.com/axw/gocov/gocov test github.com/gorilla/mux | go run github.com/AlekSi/gocov-xml > coverage.xml"
} }
} }
} }