One more try for CI coverage
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good

This commit is contained in:
Timothy Warren 2020-02-20 12:05:10 -05:00
parent 28dc9e4428
commit 41de3f983a

2
Jenkinsfile vendored
View File

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