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 6cfe283 commit 07206ebCopy full SHA for 07206eb
.github/workflows/ci.yml
@@ -44,6 +44,7 @@ jobs:
44
run: yarn coverage
45
46
- name: Report Coverage
47
+ if: ${{ matrix.node-version == 20 }}
48
uses: zgosalvez/github-actions-report-lcov@v4
49
with:
50
coverage-files: coverage/lcov.info
0 commit comments