Skip to content

Commit 4f68eee

Browse files
chore: Add Coveralls to CI (#1018)
1 parent 7ecf6b6 commit 4f68eee

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
@@ -37,8 +37,11 @@ jobs:
3737
- name: Run Tests
3838
run: poetry run tests
3939

40-
- name: Upload Coverage
41-
uses: codecov/codecov-action@v5
40+
- name: Upload coverage to Coveralls
41+
uses: coverallsapp/github-action@v2
42+
with:
43+
github-token: ${{ secrets.GITHUB_TOKEN }}
44+
4245
release-please:
4346
needs: test
4447
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}

0 commit comments

Comments
 (0)