Display which apex triggers have low code coverage if a deployment fails
It would be great if Gearset can surface which Apex trigger has 0% code coverage when a deployment fails.
9
votes
Vince Licari
shared this idea
-
Salavat commented
Developers have to go to the org in order to identify the class with low coverage. Would be nice to see it in Gearset right away.
-
[Deleted User] commented
not just triggers but also classes; the information clearly exists in the Metadata API DeployResult object (and its children)
-
Matt commented
Ran into this today. I was able to work around it by going to the deployment status in the org, but this is definitely a nice to have.