fix(vpp): when publishing cov results, copy the merged raport 13/43013/1
authorSemir Sionek <[email protected]>
Mon, 26 May 2025 14:33:21 +0000 (14:33 +0000)
committerSemir Sionek <[email protected]>
Mon, 26 May 2025 14:33:21 +0000 (14:33 +0000)
Change-Id: Ib23918c14001df702fe09147d81468fbc6bee79d
Signed-off-by: Semir Sionek <[email protected]>
jjb/scripts/publish_cov.sh

index 67082d5..76e5ef9 100644 (file)
@@ -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}"