浏览代码

ci: fix wrong input coverage filename

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
Shengqi Chen 8 月之前
父节点
当前提交
0ebfc58126
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/tunasync.yml

+ 1 - 1
.github/workflows/tunasync.yml

@@ -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