Skip to content

Commit

Permalink
chore: Add Coveralls to CI (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco authored Dec 30, 2024
1 parent d4f9794 commit 4da3ce4
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
- name: Run Tests
run: make 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
33 changes: 31 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ python-dotenv = "^1.0.0"
Sphinx = "^7.1.2"
sphinx-press-theme = "^0.9.1"
unasync-cli = "^0.0.9"
coveralls = "^1.8.0"

[tool.poetry.group.dev.dependencies]
sphinx-toolbox = "^3.4.0"

[tool.pytest.ini_options]
asyncio_mode = "auto"
addopts = "tests"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 4da3ce4

Please sign in to comment.