We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd8278 commit 58de709Copy full SHA for 58de709
.github/workflows/ci.yml
@@ -32,14 +32,10 @@ jobs:
32
- name: Run Tests
33
run: make run_tests
34
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
41
- coverage run --source=supabase_functions -m pytest
42
- coverage report --show-missing --skip-empty
+ - name: Upload coverage to Coveralls
+ uses: coverallsapp/github-action@v2
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
43
44
45
release-please:
0 commit comments