function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
fly2nadeem Demofly2nadeem Demo 

Azure DevOps Code Coverage

Hi All,

Required guidance for publishing code coverage report in Azure DevOps Pipeline as it support only ''JaCoCo'' or ''Cobertura'' file format and we are using sfdx force:apex which generate coverage report in JSON or JUNIT format only.


Useful links which I have refered :

Apex Command Line
https://developer.salesforce.com/blogs/2021/04/clearer-apex-commands

Azure DevOps Publish Code Coverage report
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/test/publish-code-coverage-results?view=azure-devops

Salesforce Post which refered
https://dfc-org-production.force.com/forums/ForumsMain?id=9062I000000DLpTQAW