test-reporter
test-reporter copied to clipboard
Fix examples that use simplecov
As I mentioned in https://github.com/codeclimate/test-reporter/issues/495#issuecomment-1501130249, cc-test-reporter format-coverage --input-type=simplecov needs the test to have run with CC_TEST_REPORTER_ID is set, otherwise it parses a coverage file in legacy format that crashes cc-test-reporter.
I would like @fede-moya to review this one, please.