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
mahemahe 

Code Coverage: 77%

Hi,

 

when I click the 'Estimate your organization's code coverage'.

 

I got the below message  .

Code Coverage: 77%

Your overall code coverage is currently 77%. To deploy code to production, you must have at least 75%.

 

 

But I am not able to deploy code in production.  could you please help me anyone on this.

 

thanks,

Mahendiran

 

sfdcfoxsfdcfox
Your deployment must be 75% after the new deployments. Also, your test methods must not have any failures. You will need to (1) make sure that the new code is covered, and (2) none of the tests are failing. This will involve reading the test logs to determine where your errors are.