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
Carlos Alberto Villarreal RomoCarlos Alberto Villarreal Romo 

La cobertura de prueba media de todas las clases y desencadenadores de Apex es de 74%, se requiere una cobertura de prueba mínima de 75%

After exporting an apex class from Sandbox to Production and removing all validation rule errors, I came up with the error in Spanish "La cobertura de prueba media de todas las clases y desencadenadores de Apex es de 74%, se requiere una cobertura de prueba mínima de 75%.".  How to over come this?
Best Answer chosen by James Loghry
James LoghryJames Loghry
Carlos,

Looks like you're just short of the required 75% code coverage to deploy classes to Production.  You'll need to increase your current code coverage (add any updated test classes to your change set or deployment) and redeploy.  See the following for more info on test code coverage: https://developer.salesforce.com/page/An_Introduction_to_Apex_Code_Test_Methods