mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
github: use coveralls on master branch
This commit is contained in:
committed by
David Lechner
parent
a59a0e96d1
commit
44b200d1cc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user