From a0e4adbaa53fd41313ade0c55cf21d257d3fd7c7 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 24 Jul 2019 13:37:30 -0400 Subject: [PATCH] Archive the combined python coverage file --- scripts/Jenkinsfiles/python | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Jenkinsfiles/python b/scripts/Jenkinsfiles/python index 6950148b05..2fd561b679 100644 --- a/scripts/Jenkinsfiles/python +++ b/scripts/Jenkinsfiles/python @@ -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: ''])