From 1f7d9fc5813ebab71cf01cdb9400027435dd0cb4 Mon Sep 17 00:00:00 2001 From: Semir Sionek Date: Mon, 26 May 2025 14:33:21 +0000 Subject: [PATCH] fix(vpp): when publishing cov results, copy the merged raport Change-Id: Ib23918c14001df702fe09147d81468fbc6bee79d Signed-off-by: Semir Sionek --- jjb/scripts/publish_cov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.16.6