Skip to content

Commit

Permalink
Pending coveralls on CI
Browse files Browse the repository at this point in the history
This PR is a workaround for #48 (comment).
  • Loading branch information
koic committed Aug 28, 2021
1 parent 29ab3ef commit 71c36c5
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 71c36c5

Please sign in to comment.