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 590f82a commit d93e95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run coverage
run: |
coverage run --source=supabase_functions
coverage run --source=supabase_functions -m pytest
coverage report --show-missing --skip-empty
Expand Down

0 comments on commit d93e95d

Please sign in to comment.