Skip to content

Commit

Permalink
Fix Coveralls flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Nov 27, 2020
1 parent 1bddf46 commit df8ffb1
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 @@ -104,7 +104,7 @@ jobs:
continue-on-error: true
with:
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.test_number }}
flag-name: run-${{ matrix.ruby }}-${{ matrix.gemfile }}-${{ matrix.orm }}-${{ matrix.adapter }}
parallel: true

coveralls:
Expand Down

0 comments on commit df8ffb1

Please sign in to comment.