We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2110a72 commit 822a482Copy full SHA for 822a482
1 file changed
.github/workflows/code-cov.yml
@@ -26,7 +26,7 @@ jobs:
26
npm ci --ignore-scripts
27
npm run coverage:report
28
- name: Codecov
29
- uses: codecov/codecov-action@v5.5.3
+ uses: codecov/codecov-action@v5.5.4
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
32
file: ./coverage.lcov
0 commit comments