workflow yaml updates

This commit is contained in:
John Guo
2022-05-10 17:16:39 +08:00
parent 54f0968f86
commit 02e3240bb1

View File

@ -157,7 +157,7 @@ jobs:
run: |
for file in `find . -name coverage.txt`; do
# In case of recursively incremental selffile in root directory.
if [ ".coverage.txt" = $file ]; then
if [ "./coverage.txt" = $file ]; then
continue 1
fi
cat $file >> coverage.txt