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 82511c7 commit 8f5c866Copy full SHA for 8f5c866
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
cache: 'npm'
29
- run: npm ci
30
- run: npm run build --if-present
31
- - run: npm run test --code--coverage
+ - run: npm run test:cov
32
33
- name: Coveralls
34
uses: coverallsapp/github-action@master
0 commit comments