Skip to content

Commit 07206eb

Browse files
chore(ci): only report coverage once
1 parent 6cfe283 commit 07206eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: yarn coverage
4545

4646
- name: Report Coverage
47+
if: ${{ matrix.node-version == 20 }}
4748
uses: zgosalvez/github-actions-report-lcov@v4
4849
with:
4950
coverage-files: coverage/lcov.info

0 commit comments

Comments
 (0)