Skip to content

Commit

Permalink
fix: use base coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Feb 24, 2023
1 parent 21f5d84 commit 4c43d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
bundle install --jobs 4 --retry 3 --no-cache
bundle exec rspec
- uses: mrexox/coveralls-github-action@feat/add-carryforward-flag
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ruby-${{ matrix.ruby_version }}
Expand All @@ -44,7 +44,7 @@ jobs:
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- uses: mrexox/coveralls-github-action@feat/add-carryforward-flag
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
carryforward: "ruby-2.5,ruby-2.7,ruby-3.0,ruby-3.1,ruby-jruby"
Expand Down

0 comments on commit 4c43d79

Please sign in to comment.