coverage report

This commit is contained in:
Emmanuel Cazenave 2018-04-24 18:27:07 +02:00
parent 007b612a9c
commit 834c958d8b
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -19,6 +19,7 @@ pipeline {
post {
always {
junit 'test_results.xml'
step([$class: 'CoberturaPublisher', autoUpdateHealth: false, autoUpdateStability: false, coberturaReportFile: '**/coverage.xml', failUnhealthy: false, failUnstable: false, maxNumberOfBuilds: 0, onlyStable: false, sourceEncoding: 'ASCII', zoomCoverageChart: false])
script {
// Hack to have the 'jenkins build back to normal' mail sent
if (currentBuild.result == null) {