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
Jamie JohnsonJamie Johnson 

Delete Apex Test Failures when Code Coverage is below 70%

I have several Apex test failures that have reduced my code coverage to 59%. The Apex Classes are no longer necessary and can be deleted. However, when I use Eclipse and Force.IDE to delete them in sandbox and try to move it to production, the coverage in production stops the deployment. 

Can someone give me very detailed instructions on how to get around this? I am not a developer and will need help navigating this problem.

Thanks so much for any help you can give.
 Eclipse code coverage failure