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
Forrest MulduneForrest Muldune 

Code Coverage Question

All,

Within my Inbound Change Sets in my production Instance, I did a Validation to my change set and I received the results below

User-added image

User-added image

Does anyone have any recommendations how I can fix these issues?  

Can I successfuly Deploy this change set ?

This is my first time migrating information from my sandbox to production and any help will be greatly appreciated.

Regards,
Amit Chaudhary 8Amit Chaudhary 8
It look like your test class. TestDealRole is failing due to some flow in production.
If you want to check overall code coverage then you can try below app exchange product
https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000DXzlpEAD

I hope that will help you
Forrest MulduneForrest Muldune
Amit,

will your App help solve the problem for the error I received below?

Test coverage of sel ected Apex Tri gger i s 0%, at l east 1% test coverage is required

If No, how can I solve this issue?
Amit Chaudhary 8Amit Chaudhary 8
No. App will give you over all code coverage of each class and trigger only.
To resolve your issue you need to fix TestDealRole test class