Skip to content

Commit

Permalink
chore: updated workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrishimeena committed Sep 25, 2024
1 parent 23aea6e commit 2e3068f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install

# Run tests and generate coverage report
# - run: npm test -- --coverage
# continue-on-error: false
Run tests and generate coverage report
- run: npm test -- --coverage
continue-on-error: false

# Send the coverage report to Coveralls
# - run: npm install coveralls --save-dev
# - run: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
# env:
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_SQLITE_TOKEN }}
Send the coverage report to Coveralls
- run: npm install coveralls --save-dev
- run: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_SQLITE_TOKEN }}

- run: npm publish
env:
Expand Down

0 comments on commit 2e3068f

Please sign in to comment.