Skip to content

Commit

Permalink
Merge pull request #942 from DavyJonesLocker/chore/coveralls-action
Browse files Browse the repository at this point in the history
Update coveralls action to v2
  • Loading branch information
tagliala authored Aug 8, 2024
2 parents fd309e5 + 58e7848 commit 6321a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run tests
run: bundle exec rake test:ruby
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.ruby-version }}
Expand Down

0 comments on commit 6321a72

Please sign in to comment.