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 471fd78 commit 675e525Copy full SHA for 675e525
.github/workflows/node.js.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
- run: npm install
27
- - run: npm test
+ - run: npm run coverage
28
- uses: coverallsapp/github-action@v1.1.1
29
30
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments