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
Vetriselvan ManoharanVetriselvan Manoharan 

Code Coverage problem in live

I have a trigger just with one line of code calling a method in APEX class. The code has 100% coverage in salesforce sandbox, but when I try to deploy the code in live it say 0% of covered and not allowing to deploy.. Can anyone please give suggestions on it?
Parvinder SinghParvinder Singh
Are you getting any error on your test class?
Vetriselvan ManoharanVetriselvan Manoharan
No I didn't get any errors in my test classes.. But while deployment it say that code coverage is 0%...
Deepak Kumar ShyoranDeepak Kumar Shyoran
Please check that you have included all Test classes in the Package.