From ef02197babb2df926a94e630d811bd29e4bd1b89 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Wed, 8 Sep 2021 10:48:28 +0100 Subject: [PATCH] Remove Codecov upload tasks --- .github/workflows/build.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a76f6d03b1..34434d92a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,9 +54,6 @@ jobs: - name: Run controller tests run: bundle exec rspec --profile -- spec/controllers spec/serializers - - name: Codecov - uses: codecov/codecov-action@v1.3.1 - test-models: runs-on: ubuntu-18.04 services: @@ -98,9 +95,6 @@ jobs: - name: Run tests run: bundle exec rspec --profile -- spec/models - - name: Codecov - uses: codecov/codecov-action@v1.3.1 - test-admin-features-1: runs-on: ubuntu-18.04 services: @@ -142,9 +136,6 @@ jobs: - name: Run admin feature tests run: bundle exec rspec --profile -- spec/features/admin/[a-o0-9]*_spec.rb - - name: Codecov - uses: codecov/codecov-action@v1.3.1 - test-admin-features-2: runs-on: ubuntu-18.04 services: @@ -186,9 +177,6 @@ jobs: - name: Run admin feature tests run: bundle exec rspec --profile -- spec/features/admin/[p-z]*_spec.rb - - name: Codecov - uses: codecov/codecov-action@v1.3.1 - test-consumer-features: runs-on: ubuntu-18.04 services: @@ -230,9 +218,6 @@ jobs: - name: Run consumer feature tests run: bundle exec rspec --profile -- spec/features/consumer - - name: Codecov - uses: codecov/codecov-action@v1.3.1 - test-engines-etc: runs-on: ubuntu-18.04 services: @@ -328,6 +313,3 @@ jobs: - name: Run admin feature folders, engines, lib run: bundle exec rspec --profile --pattern "engines/*/spec/{,/*/**}/*_spec.rb,spec/features/admin/*/*_spec.rb,spec/lib/{,/*/**}/*_spec.rb" - - - name: Codecov - uses: codecov/codecov-action@v1.5.0