Skip to content

Commit c0d1d0c

Browse files
committed
Try Fix coverall
1 parent 5520d79 commit c0d1d0c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,20 @@ jobs:
2424
- name: Run tests
2525
run: bundle exec rake
2626

27+
- name: Coveralls
28+
uses: coverallsapp/github-action@master
29+
with:
30+
github-token: ${{ secrets.github_token }}
31+
parallel: true
32+
flag-name: run-${{ matrix.ruby-version }}
33+
2734
finish:
2835
needs: test
2936
runs-on: ubuntu-latest
3037
steps:
3138
- name: Coveralls Finished
3239
uses: coverallsapp/github-action@master
3340
with:
34-
github-token: ${{ secrets.GITHUB_TOKEN }}
41+
github-token: ${{ secrets.github_token }}
3542
flag-name: run-${{ matrix.ruby-version }}
3643
parallel-finished: true

0 commit comments

Comments
 (0)