Skip to content

Commit

Permalink
Merge 86efccf into 6d0b656
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jan 3, 2021
2 parents 6d0b656 + 86efccf commit 7f4fc10
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -65,7 +65,19 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

- name: Coveralls GitHub Action
- name: Coveralls Parallel
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.ruby }}-${{ matrix.env }}-${{ matrix.gemfile }}
parallel: true

finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 7f4fc10

Please sign in to comment.