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

Commit fffac2b

Browse files
chore: Add Coveralls to CI (#646)
1 parent 98de380 commit fffac2b

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
@@ -33,12 +33,15 @@ jobs:
3333
poetry-version: 1.8.4
3434
- name: Run Tests
3535
run: make run_tests
36-
- name: Upload Coverage
37-
uses: codecov/codecov-action@v5
3836
- name: Run Tests with pydantic v1
3937
run: |
4038
pip install pydantic==1.10.12
4139
make tests_only
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)