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 ec3a221 commit c744c23Copy full SHA for c744c23
.github/workflows/nodejs.yml
@@ -30,6 +30,7 @@ jobs:
30
node-version: 12
31
- run: npm install
32
- run: npm run build --if-present
33
+ - run: npm test
34
- run: ./node_modules/.bin/nyc report --reporter=json
35
- run: mv coverage/coverage-final.json coverage/coverage.json
36
- name: Upload coverage to Codecov
0 commit comments