Skip to content

Commit

Permalink
Specify flag-name
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoby committed Jun 5, 2023
1 parent a92baf9 commit dc0bf61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -109,10 +109,11 @@ jobs:
run: bundle exec rspec

- name: Coveralls Parallel
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
flag-name: run ${{ join(matrix.*, ' - ') }}
path-to-lcov: ./coverage/lcov.info

- name: Coveralls Finished
Expand Down

0 comments on commit dc0bf61

Please sign in to comment.