We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5520d79 commit c0d1d0cCopy full SHA for c0d1d0c
1 file changed
.github/workflows/test.yml
@@ -24,13 +24,20 @@ jobs:
24
- name: Run tests
25
run: bundle exec rake
26
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
+
34
finish:
35
needs: test
36
runs-on: ubuntu-latest
37
steps:
38
- name: Coveralls Finished
39
uses: coverallsapp/github-action@master
40
with:
- github-token: ${{ secrets.GITHUB_TOKEN }}
41
42
flag-name: run-${{ matrix.ruby-version }}
43
parallel-finished: true
0 commit comments