Skip to content

Commit 1b2c094

Browse files
authored
Update node.js.yml
1 parent 90c2efd commit 1b2c094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm install
2828
- run: npm install codecov
29-
- run: npm test
29+
- run: npm test -- --coverage
3030
- run: npx codecov
3131
- run: npm run build
3232
- run: npm run build:demo:ci

0 commit comments

Comments
 (0)