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 6ad3b1a commit 3527ec5Copy full SHA for 3527ec5
scripts/split_tox_gh_actions/templates/test_group.jinja
@@ -89,7 +89,7 @@
89
90
- name: Upload coverage to Codecov
91
if: {% raw %}${{ !cancelled() }}{% endraw %}
92
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
93
with:
94
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
95
files: coverage.xml
0 commit comments