• Shaindy Eilenberg
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I need to publish code coverage to Azure DevOps build pipeline. It needs ot be in Cobertura or JaCoCo format. Are there any tools I could use to convert current format into somehting that AzureDO can process?

I execute this command to generate code coverage:

sfdx force:apex:test:run --wait 10 --resultformat junit --codecoverage

test results are viewable in the pipeline, but not coverage...