Skip to content

Commit

Permalink
chore: Add Coveralls to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco committed Dec 24, 2024
1 parent 8c8769c commit 1ae1a61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ jobs:
- name: Run Tests
run: make run_tests

- name: Install dev dependencies for coveralls
- name: Install dev dependencies for Coveralls
run: |
pip install --upgrade pip wheel coverage coveralls
- name: Run coverage
run: |
coverage run --source=supabase_functions -m pytest
coverage report --show-missing --skip-empty
release-please:
needs: test
Expand Down

0 comments on commit 1ae1a61

Please sign in to comment.