Attempt to generate CI coverage
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c64b52ffe1
commit
26f3decced
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
|||||||
stage('Test Coverage') {
|
stage('Test Coverage') {
|
||||||
steps {
|
steps {
|
||||||
sh "go get github.com/t-yuki/gocover-cobertura"
|
sh "go get github.com/t-yuki/gocover-cobertura"
|
||||||
sh "gocover-cobertura < cover.out > coverage.xml"
|
sh "go run gocover-cobertura < cover.out > coverage.xml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user