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
Ken KoellnerKen Koellner 

Any way to view code coverage in Setup as opposed to Dev Console?

I have to say there are a lot of things I do not like about the Dev Console (or any javascript page).  For one thing, you can't do simple operations like copy and paste from it.

I see the coverage stats in the lower left and I really want to copy them and put them in an email.  But there's no way to copy-and-paste.  It seems inane that I'd have to re-key that stuff. 

Does anyone know if you can still get the coverage % by module, and even better the blue/red line coverage in the good old HTTP web page setup pages?
 
Kiran RKiran R
Hey Ken,

You can get the line-by-line color higlighted coverage details in Dev Console only. You could see the test coverage % by class when you open it in from the setup. But, salesforce gives us nothing more..
Mahesh DMahesh D
Hi Ken,

+Kiran

You can check the below Appexchange App to get the report on Code Coverage.

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

Please do let me know if it helps you.

Regards,
Mahesh

 
Amit Chaudhary 8Amit Chaudhary 8
Hi Ken,

You can try below App exchange product to see Code coverage of all classess.
1) https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000DXzlpEAD

Code Coverage Report
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
URL:- https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000DXzlpEAD

How to configure :- https://appexchange.salesforce.com/servlet/servlet.FileDownload?file=00P3000000Qq5GkEAJ

Let us know if this will help you

Thanks
Amit Chaudhary