mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
workflow yaml updates
This commit is contained in:
4
.github/workflows/gf.yml
vendored
4
.github/workflows/gf.yml
vendored
@ -156,6 +156,10 @@ jobs:
|
||||
- name: Merge Coverage
|
||||
run: |
|
||||
for file in `find . -name coverage.txt`; do
|
||||
# In case of recursively incremental selffile in root directory.
|
||||
if [ ".coverage.txt" = $file ]; then
|
||||
continue 1
|
||||
fi
|
||||
cat $file >> coverage.txt
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user