From: Semir Sionek Date: Mon, 26 May 2025 14:33:21 +0000 (+0000) Subject: fix(vpp): when publishing cov results, copy the merged raport X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F43013%2F1;p=ci-management.git fix(vpp): when publishing cov results, copy the merged raport Change-Id: Ib23918c14001df702fe09147d81468fbc6bee79d Signed-off-by: Semir Sionek --- diff --git a/jjb/scripts/publish_cov.sh b/jjb/scripts/publish_cov.sh index 67082d536..76e5ef9e2 100644 --- a/jjb/scripts/publish_cov.sh +++ b/jjb/scripts/publish_cov.sh @@ -27,7 +27,7 @@ bucket_path="$JENKINS_HOSTNAME/$JOB_NAME/$BUILD_NUMBER/" if [[ ${JOB_NAME} == *verify* ]]; then case "${JOB_NAME}" in *"vpp-cov"*) - workspace_dir="${WORKSPACE}/build-root/test-coverage/html" + workspace_dir="${WORKSPACE}/build-root/test-coverage-merged/html" ;; *) die "Unknown job: ${JOB_NAME}"