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.
I think the new
--coverageformattersoption is a valuable addition to the SFDX cli. But it would be really nice to also add it toforce:apex:test:*For example:
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.