Skip to content

Commit

Permalink
Merge pull request #51 from koic/pending_coveralls_on_ci
Browse files Browse the repository at this point in the history
Pending coveralls on CI
  • Loading branch information
koic committed Aug 28, 2021
2 parents 29ab3ef + 71c36c5 commit a84e3c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- run: bundle install
- run: bundle exec rspec
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# FIXME: https://github.com/rubocop/guard-rubocop/pull/48#issuecomment-906893891
# - uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
rubocop:
name: RuboCop
runs-on: ubuntu-latest
Expand Down

0 comments on commit a84e3c7

Please sign in to comment.