Skip to content

Commit 58de709

Browse files
chore: Add Coveralls to CI
1 parent 6fd8278 commit 58de709

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,10 @@ jobs:
3232
- name: Run Tests
3333
run: make run_tests
3434

35-
- name: Install dev dependencies for Coveralls
36-
run: |
37-
pip install --upgrade pip wheel coverage coveralls pytest pytest-cov
38-
39-
- name: Run coverage
40-
run: |
41-
coverage run --source=supabase_functions -m pytest
42-
coverage report --show-missing --skip-empty
35+
- name: Upload coverage to Coveralls
36+
uses: coverallsapp/github-action@v2
37+
with:
38+
github-token: ${{ secrets.GITHUB_TOKEN }}
4339

4440

4541
release-please:

0 commit comments

Comments
 (0)