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 819ba63 commit 7f2ac03Copy full SHA for 7f2ac03
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: poetry run tests
34
35
- name: Upload Coverage
36
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
37
publish:
38
needs: test
39
if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase-community' }}
0 commit comments