Skip to content

Commit d3c3268

Browse files
committed
html coverage folder to src
1 parent 0184beb commit d3c3268

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ jobs:
247247
cat > commands.sh << EOF
248248
mv -f /data/local/tmp/sqlite3 /system/xbin
249249
cd /data/local/tmp
250-
rm -rf .git .github build docs network sqlite #remove unused folders to save up space
251-
df -h
252250
$(make test CC=$CC PLATFORM=$PLATFORM -n)
253251
EOF
254252
echo "::endgroup::"
@@ -279,7 +277,7 @@ jobs:
279277
if: matrix.name == 'macos'
280278
with:
281279
name: coverage
282-
path: coverage
280+
path: coverage/src
283281
if-no-files-found: error
284282

285283
- uses: actions/[email protected]

0 commit comments

Comments
 (0)