Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
chore: coveralls test (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Oct 6, 2020
1 parent 8a3c687 commit 3ff16b4
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 2,167 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
- run: npx npm-audit-ci-wrapper -t moderate
- run: npm run build --if-present
- run: npm test
- run: npm run coverage
- run: echo 'repo_token:' ${{ secrets.COVERALLS_GITHUB_TOKEN }} > ./.coveralls.yml
- run: cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js

0 comments on commit 3ff16b4

Please sign in to comment.