Skip to content

Commit d93e95d

Browse files
chore: Add Coveralls to CI
1 parent 590f82a commit d93e95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Run coverage
4040
run: |
41-
coverage run --source=supabase_functions
41+
coverage run --source=supabase_functions -m pytest
4242
coverage report --show-missing --skip-empty
4343
4444

0 commit comments

Comments
 (0)