One more try for CI coverage
timw4mail/rusty-numbers/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2020-02-20 12:05:10 -05:00
parent 28dc9e4428
commit 41de3f983a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
} }
post { post {
always { always {
cobertura coberturaReportFile: '*/.xml' cobertura coberturaReportFile: 'cobertura.xml'
} }
} }
} }