Attempt to generate CI coverage
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2021-04-01 17:23:10 -04:00
parent c64b52ffe1
commit 26f3decced

2
Jenkinsfile vendored
View File

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