Skip to content

Commit 7a8aec8

Browse files
committed
ci: 🎡 measure and upload coverage only for the latest Node.js
1 parent bcda022 commit 7a8aec8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- run: pnpm test
2727
- run: pnpm build
2828
- run: pnpm test:coverage
29+
if: ${{ matrix.node == 23 }}
2930
- uses: codecov/codecov-action@v4
31+
if: ${{ matrix.node == 23 }}
3032
with:
3133
token: ${{ secrets.CODECOV_TOKEN }}
3234
files: coverage/clover.xml

0 commit comments

Comments
 (0)