Archive the combined python coverage file

This commit is contained in:
Calen Pennington
2019-07-24 13:37:30 -04:00
parent fdd212248a
commit a0e4adbaa5

View File

@@ -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: ''])