Skip to content

Commit

Permalink
CI: include Ruby version in coveralls flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 7, 2023
1 parent f2faa8e commit bc64e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path-to-lcov: coverage/lcov/persistent-cache.lcov
github-token: ${{ secrets.github_token }}
flag-name: test-${{ matrix.test_number }}
flag-name: test-ruby-${{ matrix.ruby }}
parallel: true
finish:
needs: test
Expand Down

0 comments on commit bc64e5f

Please sign in to comment.