Publish coverage report to Jenkins
zdm/undo-redo/pipeline/head This commit looks good Details

This commit is contained in:
Kai S. K. Engelbart 2021-12-24 14:41:27 +02:00
parent a39d03abf8
commit d26c0fe256
Signed by: kske
GPG Key ID: 8BEB13EC5DF7EF13
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -18,6 +18,7 @@ pipeline {
post {
always {
junit '*/target/surefire-reports/*.xml'
publishCoverage adapters: [jacocoAdapter(mergeToOneReport: true, path: '*/target/site/jacoco/jacoco.xml')]
}
}
}