Switch coverage generation default to false, allow opt in with COVERAGE env var (#33824)

This commit is contained in:
Matt Jankowski
2025-02-04 06:14:45 -05:00
committed by GitHub
parent 5212cd43ec
commit 95caa8bc4e
5 changed files with 5 additions and 8 deletions

View File

@@ -64,7 +64,6 @@ jobs:
DB_HOST: localhost
DB_USER: postgres
DB_PASS: postgres
DISABLE_SIMPLECOV: true
RAILS_ENV: test
BUNDLE_CLEAN: true
BUNDLE_FROZEN: true