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
AbAb 

Alternative for Dev console for checking code coverage

Hello,

Is there any tool i could use check code coverage and the ines covered like we see in Dev console.

I am uable to check code coverage lines in my dev org. hence finding alternative.

thanks for suggestion !
 

All Answers

Amit Chaudhary 8Amit Chaudhary 8
You can check below tool to get coverage of each class
Now you can view the overall and individual entity code coverage in your organization. The results of the code coverage can be downloaded in Excel format

For Same you Can install the below App Exchange Product


Code Coverage Report
https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000DXzlpEAD

NOTE:- for line by line code coverage you need to check developer console only

Let us know if this will help you
NikitaNikita
Hi Sandrine,

Test run in eclipse will also show the code coverage but it does not show blue and red lines on the class

Thanks and Regards,
Nikita
AbAb
I am looking for tool which gives line coverage..as my dev console is not showing line console