Can I use this tool to covert Salesforce Apex’s Test Code Coverage JSON (test-result-codecoverage.json) file into a generic coverage format file?
Thanks,
Truong
Can I use this tool to covert Salesforce Apex’s Test Code Coverage JSON (test-result-codecoverage.json) file into a generic coverage format file?
Thanks,
Truong
Hi,
I’ve moved your post to a new thread because your question was tangential to the 2-year-old guide you added it to. That post was about what to do when you don’t have a test-result-codecoverage.json
file. But you do. Just use the `sonar.apex.coverage.reportPath analysis property to import it.
Ann