File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
registry-url : ' https://registry.npmjs.org'
18
18
- run : npm install
19
19
20
- # Run tests and generate coverage report
21
- # - run: npm test -- --coverage
22
- # continue-on-error: false
20
+ Run tests and generate coverage report
21
+ - run : npm test -- --coverage
22
+ continue-on-error : false
23
23
24
- # Send the coverage report to Coveralls
25
- # - run: npm install coveralls --save-dev
26
- # - run: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
27
- # env:
28
- # COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_SQLITE_TOKEN }}
24
+ Send the coverage report to Coveralls
25
+ - run : npm install coveralls --save-dev
26
+ - run : cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
27
+ env :
28
+ COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_SQLITE_TOKEN }}
29
29
30
30
- run : npm publish
31
31
env :
You can’t perform that action at this time.
0 commit comments