I think the new `--coverageformatters` option is a valuable addition to the SFDX cli. But it would be really nice to also add it to `force:apex:test:* ` For example: ``` sfdx force:apex:test:run --coverageformatters cobertura ``` This would be valuable to scratch org build deployments in pipelines. So you can forward the code coverage to your CI/CD system of choice.