github: use coveralls on master branch

This commit is contained in:
David Lechner
2020-06-15 15:31:59 -05:00
committed by David Lechner
parent a59a0e96d1
commit 44b200d1cc
+5
View File
@@ -17,6 +17,11 @@ jobs:
- run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
if: ${{ success() }}
run: yarn build