1
0
Fork 0

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

This commit is contained in:
Timothy Warren 2021-04-01 17:23:10 -04:00
parent c64b52ffe1
commit 26f3decced
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
stage('Test Coverage') {
steps {
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"
}
}
}