From 71c36c5ff4171dab6db7eb12bb2c450893ef894b Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 28 Aug 2021 02:53:18 +0900 Subject: [PATCH] Pending coveralls on CI This PR is a workaround for https://github.com/rubocop/guard-rubocop/pull/48#issuecomment-906893891. --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46272f9..45995b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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