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 ebc3572 commit a12d64dCopy full SHA for a12d64d
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Report Coverage
55
if: ${{ matrix.node-version == 22 && github.event_name == 'pull_request' }}
56
- uses: zgosalvez/github-actions-report-lcov@v4
+ uses: zgosalvez/github-actions-report-lcov@v5
57
with:
58
coverage-files: coverage/lcov.info
59
minimum-coverage: 90
0 commit comments