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
Naresh2389Naresh2389 

How to get code coverage in SonarQube for SFDC

HI All,

How to get sonarqube code coverage with sfdc and jenkins.I am running specified tests bypassing testclassess.

Sonarqube version
Enterprise Edition
Version 7.9.3
VinayVinay (Salesforce Developers) 
Hi Naresh,

Check below references that can help you.

https://medium.com/backend-habit/generate-codecoverage-report-with-jacoco-and-sonarqube-ed15c4045885
https://tomgregory.com/how-to-measure-code-coverage-using-sonarqube-and-jacoco/

Thanks,