Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
49ebd7d
)
fix(vpp): when publishing cov results, copy the merged raport
13/43013/1
author
Semir Sionek
<
[email protected]
>
Mon, 26 May 2025 14:33:21 +0000
(14:33 +0000)
committer
Semir 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
patch
|
blob
|
history
diff --git
a/jjb/scripts/publish_cov.sh
b/jjb/scripts/publish_cov.sh
index
67082d5
..
76e5ef9
100644
(file)
--- 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}"