Skip to content

Commit 23cf537

Browse files
committed
update ci
1 parent 259334e commit 23cf537

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,8 @@ jobs:
9494
9595
- name: Fix source file paths in LCOV
9696
run: |
97-
# Remove leading slash from source file paths to make them relative
98-
sed -i 's|^SF:/|SF:|g' coverage/lcov.info
99-
# Also ensure paths are properly formatted for Coveralls
100-
sed -i 's|^SF:packages/|SF:./packages/|g' coverage/lcov.info
97+
# Convert absolute CI paths to relative paths for Coveralls
98+
sed -i 's|^SF:/home/runner/work/supabase-flutter/supabase-flutter/|SF:|g' coverage/lcov.info
10199
102100
- name: Debug coverage file
103101
run: |

0 commit comments

Comments
 (0)