We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcda022 commit 7a8aec8Copy full SHA for 7a8aec8
1 file changed
‎.github/workflows/ci.yaml‎
@@ -26,7 +26,9 @@ jobs:
26
- run: pnpm test
27
- run: pnpm build
28
- run: pnpm test:coverage
29
+ if: ${{ matrix.node == 23 }}
30
- uses: codecov/codecov-action@v4
31
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }}
34
files: coverage/clover.xml
0 commit comments