Revert "Remove outdated CC_TEST_REPORTER_ID from GitHub tests"

We still need this variable for CodeCov.

Reverts 74f00b94
This commit is contained in:
Sebastian Serth
2023-10-08 14:01:13 +02:00
parent 4879c0172a
commit e79e39927a

View File

@ -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