Try again to get CI code coverage working
All checks were successful
timw4mail/gilo/pipeline/head This commit looks good
All checks were successful
timw4mail/gilo/pipeline/head This commit looks good
This commit is contained in:
parent
dc23a972dd
commit
01d1dbc834
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user