Skip to content

Commit

Permalink
ci: Add Coveralls step
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 1, 2020
1 parent 727b531 commit 8ac10d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:

- run: npm test

- name: Post Coveralls
if: startsWith(matrix.os, 'ubuntu')
run: cat ./coverage/lcov.info | ./node_modules/.bin/coveralls

- name: Upload test coverage
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 8ac10d6

Please sign in to comment.