You need to sign in to do that
Don't have an account?

Test Coverage fall while uploading package
I have 83% of test coverage when I run 'run All' test. But when I try to upload a pckage from same org it failes saying 73%. What could be the possible reason of this fall of 10%
Regards
Gaurav
Regards
Gaurav
may be on the org you are trying to deploy the changeset,contains some code that is not called anymore while deploying the new code.
Regards
what you need to do to make sure that your code coverage is ok
Go to Setup-->Develop--> Apex Classes
click on the link Compile all classes and after that click on the link Estimate your organization's code coverage ( you will see that it is not 83%)
Regards
Above steps gave "Code Coverage: 83%Your overall code coverage is currently 83%. To deploy code to production, you must have at least 75%."
Regards
Gaurav