Skip to content

Commit

Permalink
chore: Add Coveralls to CI (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco authored Dec 30, 2024
1 parent 7ecf6b6 commit 4f68eee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ jobs:
- name: Run Tests
run: poetry run tests

- name: Upload Coverage
uses: codecov/codecov-action@v5
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

release-please:
needs: test
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}
Expand Down

0 comments on commit 4f68eee

Please sign in to comment.