Archive the combined python coverage file
This commit is contained in:
@@ -175,6 +175,7 @@ pipeline {
|
||||
post {
|
||||
always {
|
||||
script {
|
||||
archiveArtifacts allowEmptyArchive: true, artifacts: 'reports/${TEST_SUITE}.coverage'
|
||||
publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: true,
|
||||
reportDir: 'reports/cover', reportFiles: 'index.html',
|
||||
reportName: 'Coverage.py Report', reportTitles: ''])
|
||||
|
||||
Reference in New Issue
Block a user