Skip to content

Commit c43e5fe

Browse files
chore: Add Coveralls to CI (#174)
1 parent a2044a3 commit c43e5fe

File tree

3 files changed

+247
-73
lines changed

3 files changed

+247
-73
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 to Coveralls
36+
uses: coverallsapp/github-action@v2
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)