ci: fix wrong input coverage filename

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2025-01-12 16:04:30 +08:00
parent ab8d1c2120
commit 0ebfc58126
No known key found for this signature in database

View File

@ -227,7 +227,7 @@ jobs:
- name: Combine coverage files - name: Combine coverage files
run : | run : |
CUSER="$(id --user --name)" CUSER="$(id --user --name)"
"${HOME}/go/bin/gocovmerge" profile.cov profile2.gcov \ "${HOME}/go/bin/gocovmerge" profile.gcov profile2.gcov \
"umlrootfs/home/${CUSER}/profile3.gcov" \ "umlrootfs/home/${CUSER}/profile3.gcov" \
"umlrootfs/home/${CUSER}/profile4.gcov" \ "umlrootfs/home/${CUSER}/profile4.gcov" \
profile5_*.gcov > merged.gcov profile5_*.gcov > merged.gcov