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 d1ef538 commit 7c21c21Copy full SHA for 7c21c21
.github/workflows/pythonpackage.yml
@@ -58,12 +58,12 @@ jobs:
58
uv run --no-sync poe ci
59
shell: bash
60
- name: Upload coverage to Codecov
61
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
62
if: ${{ needs.detect_changes.outputs.relevant == 'true' }}
63
with:
64
token: ${{ secrets.CODECOV_TOKEN }}
65
- name: Upload test results to Codecov
66
67
if: ${{ needs.detect_changes.outputs.relevant == 'true' && !cancelled() }}
68
69
0 commit comments