We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 921068c + c9d3a69 commit 47f7c47Copy full SHA for 47f7c47
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@v5
+ uses: codecov/codecov-action@v6
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments