-
Improvement
-
Resolution: Not A Defect
-
Minor
-
None
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 the other two "Conditionals" and "Methods" values to show as well?
When trying to do some 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.
Am I missing something or are the other two result values not available via the HealthReport?