From 74f00b944953a4f08d3940e38b16ac204e2ec8ae Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 6 Oct 2023 00:42:45 +0200 Subject: [PATCH] Remove outdated CC_TEST_REPORTER_ID from GitHub tests --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d447f4a..6230f65e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,6 @@ jobs: - name: Run tests env: RAILS_ENV: test - CC_TEST_REPORTER_ID: true run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress --require spec_helper --require rails_helper - name: Upload coverage reports to Codecov