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.
2 parents 35d12fc + 30d1a45 commit 44d13fbCopy full SHA for 44d13fb
1 file changed
.github/workflows/ci.yml
@@ -47,6 +47,6 @@ jobs:
47
run: pytest --cov=kinde_sdk --cov-branch --cov-report=xml
48
49
- name: Upload coverage reports to Codecov
50
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments