ISSUE
Rather than having to always set an environment variable to disable coverage if we don't want it; change the configuration so that coverage reporting is only generated during the test suite when it is explicitly requested, e.g.
COVERAGE=true bundle exec rspec
Otherwise, run the test suite without generating a coverage report.
coverage: 93.37%. remained the same
when pulling 694a7ba2b396faf5df5a7f4ef609c38de6336eb9 on coverage
into 7b0e80d75f0c119b3af06bd43ca4e0ab662e540f on main.
ISSUE Rather than having to always set an environment variable to disable coverage if we don't want it; change the configuration so that coverage reporting is only generated during the test suite when it is explicitly requested, e.g.
Otherwise, run the test suite without generating a coverage report.