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
nareshnaresh 

i have a only one trigger with code percentage is 10%, organization code coverage is 90%. can i able to deploy it to production

i have a only one trigger with code percentage is 10%, organization code coverage is 90%. can i able to deploy it to production
ShashankShashank (Salesforce Developers) 
You should be good according to this: http://salesforce.stackexchange.com/questions/41755/is-the-75-code-coverage-requirement-to-deploy-to-production-per-class-or-overal
nareshnaresh
@shashank
Hi shashank,

if only one triger is there with 10% code coverage can i still deploy it to production
 
Virendra ChouhanVirendra Chouhan
Hi Naresh,

YES! you can deploy it because the minimum code coverage for Trigger is 1% and total mimimum code coverage is 75%.
in your case you passed both of them so you can do it.

Regards
Virendra