Skip to content

Commit 2e3068f

Browse files
committed
chore: updated workflow steps
1 parent 23aea6e commit 2e3068f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm install
1919

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
2323

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 }}
2929

3030
- run: npm publish
3131
env:

0 commit comments

Comments
 (0)