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 5759b42 commit 7af7522Copy full SHA for 7af7522
.github/workflows/ci-tests.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Upload coverage to Codecov
67
if: ${{ matrix.step == 'unit' }}
68
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5
69
env:
70
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
71
with:
0 commit comments