From 5c831730bfc5f6a8446d06e9f6c470b9895087c4 Mon Sep 17 00:00:00 2001 From: Hailey Somerville Date: Sat, 29 Apr 2023 01:53:28 +1000 Subject: [PATCH] remove failing coveralls step --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 598146b7..52036ac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,13 +122,6 @@ jobs: env: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile - - name: Report to Coveralls - uses: coverallsapp/github-action@v1.1.2 - with: - github-token: ${{ secrets.github_token }} - flag-name: test-${{ matrix.ruby }}-${{ matrix.gemfile }} - parallel: true - finish: needs: test