1
0
Fork 0

Try again to get CI code coverage working
timw4mail/gilo/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2021-04-01 18:41:36 -04:00
parent dc23a972dd
commit 01d1dbc834
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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"
}
}