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