diff --git a/.github/workflows/tunasync.yml b/.github/workflows/tunasync.yml index 2c2a081..153c1ad 100644 --- a/.github/workflows/tunasync.yml +++ b/.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