Skip to content

Commit 474a92f

Browse files
committed
feat: added coverage for coveralls
1 parent 49c23fc commit 474a92f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,12 @@ jobs:
4646
# Runs a set of commands using the runners shell
4747
- name: tests
4848
run: yarn test
49+
finish:
50+
needs: test
51+
runs-on: ubuntu-latest
52+
steps:
53+
- name: Coveralls coverage
54+
uses: coverallsapp/github-action@master
55+
with:
56+
github-token: ${{ secrets.github_token }}
57+
parallel-finished: true

0 commit comments

Comments
 (0)