Skip to content

Commit

Permalink
use coverage action instead of manually post the results
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jan 4, 2024
1 parent a8be568 commit 2d0424d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Test
run: npm test
- name: Coverage
run: npm run test:coverage && cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
run: npm run test:coverage
# run: npm run test:coverage && cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 2d0424d

Please sign in to comment.