mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 11:42:43 +00:00
ci: fix wrong input coverage filename
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
ab8d1c2120
commit
0ebfc58126
2
.github/workflows/tunasync.yml
vendored
2
.github/workflows/tunasync.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user