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
ABHIKSARKARABHIKSARKAR 

Code Coverage

Hi ,
I want to generate a list of all the components within a org which has a code coverage below 75% .
Is there a easier way to do this apart from manually going in to each class/trigger to check for the code coverage.
Any suggestions would be much appreaciated.

Thanks
 
PratikPratik (Salesforce Developers) 
Hi,

You can click on "Run All Test" and then go to Developer console and click on "Test", there you will see the % and make out which classes are below 75%.

Screenshot of Developer console:
User-added image

Thanks,
Pratik
ABHIKSARKARABHIKSARKAR
Thanks Pratik for your response. I had tried this option out previously , but with the huge amount of classes & triggers in our org, the RunAll test generally timesout.