We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c2efd commit 1b2c094Copy full SHA for 1b2c094
.github/workflows/node.js.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: ${{ matrix.node-version }}
27
- run: npm install
28
- run: npm install codecov
29
- - run: npm test
+ - run: npm test -- --coverage
30
- run: npx codecov
31
- run: npm run build
32
- run: npm run build:demo:ci
0 commit comments