Skip to content

Commit

Permalink
chore: Add Coveralls to CI (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco authored Dec 30, 2024
1 parent 98de380 commit fffac2b
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 @@ -33,12 +33,15 @@ jobs:
poetry-version: 1.8.4
- name: Run Tests
run: make run_tests
- name: Upload Coverage
uses: codecov/codecov-action@v5
- name: Run Tests with pydantic v1
run: |
pip install pydantic==1.10.12
make tests_only
- 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 fffac2b

Please sign in to comment.