Skip to content

Commit

Permalink
Update coveralls action to v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed May 16, 2023
1 parent ca6bae5 commit ed49b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run tests
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2
if: ${{ matrix.ruby == '3.0' && matrix.gemfile == 'Gemfile' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed49b9c

Please sign in to comment.