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
rh1212rh1212 

How does Managed Package Code Coverage Affect a Production Org

Lets say i have a managed package that is covered at 75% + but a customer has validation rules that are causing unit test failures and dropping the coverage to below 75%

 

Does the classes from the Managed Package bring down the overall coverage of the org? 

So in order to push from Sandbox to Production or the customer putting in there own Code would they be required to now make up the different in code coverage since your package is brining it down below 75%?