Skip to content

Commit 33f3158

Browse files
committed
add repo token
1 parent 6f8cefd commit 33f3158

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,11 @@ jobs:
9797
# Convert absolute CI paths to relative paths
9898
sed -i 's|^SF:/home/runner/work/supabase-flutter/supabase-flutter/|SF:|g' coverage/lcov.info
9999
100-
- name: Upload to Codecov
101-
uses: codecov/codecov-action@v3
102-
with:
103-
file: ./coverage/lcov.info
104-
flags: unittests
105-
name: codecov-umbrella
106-
107-
# Keep Coveralls for backward compatibility
100+
# Upload to Coveralls with dedicated repo token
108101
- name: Upload to Coveralls
109102
uses: coverallsapp/github-action@v2
110103
with:
111104
github-token: ${{ secrets.GITHUB_TOKEN }}
112105
path-to-lcov: ./coverage/lcov.info
106+
env:
107+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)