Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The dashboard portlet shows the mean for instruction, branch, line, method and class coverage (summary divided by jobs)
The complexity column, however, shows the summary, not the mean like all other columns.
Code changed in jenkins
User: Marcus Bauer
Path:
src/main/java/hudson/plugins/jacoco/portlet/bean/JacocoCoverageResultSummary.java
http://jenkins-ci.org/commit/jacoco-plugin/61acefed91c2b72142dbb439d8a6efe79110c0cd
Log:
JENKINS-19661Inconsistent complexity score on the dashboard portletComplexity score is now the mean.