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
e1516667a4
commit
1c424fad74
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user