You need to sign in to do that
Don't have an account?
Terminusbot
Sandbox to Production Deploy Issue: Code Coverage Over 95% and Fails
I am trying to deploy my Apex Classes and Trigger to Production. I have confirmed these code coverages in Mavensmate and Developer Console.
When I deploy. I get this error. I also see this error when I try and deploy from Eclipse.
I am starting to scramlbe here since I need these in Production by Monday. Thanks for any help you may be able to provide.
When I deploy. I get this error. I also see this error when I try and deploy from Eclipse.
I am starting to scramlbe here since I need these in Production by Monday. Thanks for any help you may be able to provide.
My suggestion is to go to your organization:
- Setup | App Setup | Develop | Test Execution
- Click On View Test History link and Clear Test Data to be sure that there is no other execution that could affect to your results.
- Go again to Setup | App Setup | Develop and click on Select Test There you would find a list of all test there are in your organization. Maybe you have missed any on MM
- Click Run
- Once all finishes, click on Developer Console button that opens the Developer Console and shows you the total coverage of all tests. Also if you click on the class, you can see lines are not covered. In any case, coverage on developer instances could be a bit less than in productions, so take it into account.
Let us know if these steps still shows you a high coverage and you cannot deployAgustina