Skip to content

Commit

Permalink
try using coveralls gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 10, 2020
1 parent 09e437a commit 710273d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ jobs:
- run: npm rm tslint
- run: npm install ${{ matrix.typescript }} --force
- run: npm run test-cov
- run: npm install -g coveralls@2 && cat ./coverage/lcov.info | coveralls
- name: Coveralls
if: ${{ always() }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 710273d

Please sign in to comment.