Skip to content

Commit

Permalink
chore: Add Coveralls to CI (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco authored Dec 30, 2024
1 parent b1c5a28 commit 5a7b3ca
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 @@ -32,8 +32,11 @@ jobs:
- name: Run Tests
run: make run_tests

- name: Upload Coverage
uses: codecov/codecov-action@v5.1.2
- 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 5a7b3ca

Please sign in to comment.