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
Shahab KhanShahab Khan 

I am not able to deploy my change set to production

Hi,

I am not able to deploy my change set to production my overall code coverage in sandbox is 90+% but when i deploy it to production it give me code coverage error and says my over all code coverage is 69%
User-added image
I have include only one class in my change set and its code coverage is 93% in sandbox and overall code coverage in sandbox is also 90+
Can any body help me?

Thanks in advance.
AshlekhAshlekh
Hi,

May be some classes don't have full test coverage in Production due to some data or other reason. 
ArrgHunterArrgHunter
what is the code coverage on your production.
if its around 75 then you expect it to drop hence getting error.