Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 5edc03c

Browse files
chore: Add Coveralls to CI
1 parent a2044a3 commit 5edc03c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ jobs:
3232
- name: Run Tests
3333
run: make run_tests
3434

35-
- name: Upload Coverage
36-
uses: codecov/codecov-action@v5
35+
- name: Upload coverage results to Coveralls
36+
uses: coverallsapp/github-action@master
37+
with:
38+
github-token: ${{ secrets.GITHUB_TOKEN }}
39+
3740
release-please:
3841
needs: test
3942
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}

0 commit comments

Comments
 (0)