Hi, we are using the html-with-health-and-console.jelly file in the email-ext plugin to display the metrics health results in the build results email.
The problem is that it only displays the "Clover Coverage Statements" value in the email. Is there any way to get either the "Conditionals" or "Methods" values to show instead? When debugging and I can only find a cachedBuildHealthReports arrayList, and it only shows the "Clover Coverage Statements" and not the other two, but all three values show up in the build UI pages. Is there a way to get the other Clover values via the jelly template?
