Skip to content

Commit

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

- name: Post Coveralls
if: startsWith(matrix.os, 'ubuntu')
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_SERVICE_NAME: ${{ secrets.COVERALLS_SERVICE_NAME }}
run: cat ./coverage/lcov.info | ./node_modules/.bin/coveralls

- name: Upload test coverage
Expand Down

0 comments on commit a1388c0

Please sign in to comment.