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 06a3dcf commit e7aac21Copy full SHA for e7aac21
.github/workflows/ci-build.yml
@@ -90,7 +90,7 @@ jobs:
90
files: packages/${{ matrix.package }}/coverage/lcov.info
91
- name: Upload code coverage
92
if: matrix.node-version == '22.x' && matrix.os == 'ubuntu-latest' && steps.check_coverage.outputs.files_exists == 'true'
93
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
94
with:
95
token: ${{ secrets.CODECOV_TOKEN }}
96
directory: packages/${{ matrix.package }}/coverage
0 commit comments