github: use coveralls

This commit is contained in:
David Lechner
2020-06-15 15:20:45 -05:00
committed by David Lechner
parent b3d2d94b78
commit a59a0e96d1
+5 -1
View File
@@ -25,5 +25,9 @@ jobs:
yarn lint
git diff --exit-code
- run: yarn test
- run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn build
if: ${{ success() }}