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
SalesForce 10025SalesForce 10025 

How can I increase the minimum code coverage required from 75 to say 80 or more for my Org sandbox.

Amit Chaudhary 8Amit Chaudhary 8
By default minimum code coverage is 75% only. But if you want you can set the target for minimum 80% (internally to your developer).
For that you can see code coverage of each classes by below tool.

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

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

Let us know if this will help you

Thanks,
Amit Chaudhary
 
Uvais KomathUvais Komath

To increase code coverage , re write your test classes.

or if you are adding new functionality make sure that class has good coverage like 95-100

This will increase the average from 75 to more

SalesForce 10025SalesForce 10025
Thanks Uvais. My question was not how to increase the code average. Salesforce minimum requirement is 75% to deploy. We would like to set this level a little higher for our developers internally. Rgds
Uvais KomathUvais Komath

Does'nt seem possible.'You will have to review yourself