Skip to content

Commit 6344654

Browse files
committed
fix: coveralls parallel
1 parent 587feac commit 6344654

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,14 @@ jobs:
4545

4646
# Runs a set of commands using the runners shell
4747
- name: tests
48-
run: yarn test --coverage
48+
run: yarn test --coverag
49+
e
50+
- name: Coveralls Parallel
51+
uses: coverallsapp/github-action@master
52+
with:
53+
github-token: ${{ secrets.github_token }}
54+
flag-name: run-${{ matrix.test_number }}
55+
parallel: true
4956

5057
coverage:
5158
needs: test

0 commit comments

Comments
 (0)