From e79e39927a3dcb44cf97dcfd87259bb389ded043 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 8 Oct 2023 14:01:13 +0200 Subject: [PATCH] Revert "Remove outdated CC_TEST_REPORTER_ID from GitHub tests" We still need this variable for CodeCov. Reverts 74f00b94 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6230f65e..2d447f4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,7 @@ 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