We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--coverage
1 parent 058d91a commit fe264b4Copy full SHA for fe264b4
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- run: pnpm lint
43
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}
44
- run: pnpm build
45
- - run: pnpm vitest run --coverage
+ - run: pnpm vitest run ${{ matrix.node != 18 && '--coverage' || '' }}
46
- run: pnpm test:node-register
47
48
- run: pnpm test:bun --coverage
0 commit comments