1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-05 22:16:47 +00:00

ci: fix wrong input coverage filename

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
这个提交包含在:
Shengqi Chen
2025-01-12 16:04:30 +08:00
父节点 ab8d1c2120
当前提交 0ebfc58126

查看文件

@@ -227,7 +227,7 @@ jobs:
- name: Combine coverage files
run : |
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}/profile4.gcov" \
profile5_*.gcov > merged.gcov