From 5c592c9a6fa6f596642e79cff01241ffdba048ba Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Thu, 3 Mar 2022 22:37:39 +0200 Subject: [PATCH] Revert "ci: Add bashcov codecov report" --- .github/workflows/ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e77055fa..0eee145c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,23 +22,6 @@ jobs: - name: Test code run: test/run - code-coverage: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-ruby@v1 - with: - ruby-version: '2.7' - - name: Install Ruby dependencies - run: bundle update --bundler && bundle install - - name: Run tests - run: bashcov test/run - - name: Upload reports to Codecov - run: | - curl -Os https://uploader.codecov.io/latest/linux/codecov - chmod +x codecov - ./codecov -f coverage/codecov-result.json -Z - build-docs: runs-on: ubuntu-latest