forcedotcom / salesforcedx-apex

Salesforce Apex Node Library
BSD 3-Clause "New" or "Revised" License
18 stars 25 forks source link

The new code coverage formats also for force:apex:test:* #294

Open thvd opened 2 years ago

thvd commented 2 years ago

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.

github-actions[bot] commented 2 years ago

Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments.

jeffb-sfdc commented 2 years ago

@AnanyaJha what are your thoughts on this?