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
IT Admin 35IT Admin 35 

Code Coverage

I get an error trying deploying Apex classes to production since code coverage is 54%. I have made the changes to the Sandbox and brought the code coverage to over 80%. I am trying to deploy the changes to production but the deployment still fails with the 54% error message. How can I deploy the changes to my Apex classes from Sandbox to Production?
Zuinglio Lopes Ribeiro JúniorZuinglio Lopes Ribeiro Júnior
Hello,

Are you bundling your changes with your test class?

Regards.