-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: jacoco-plugin
-
Labels:None
-
Similar Issues:
Currently, on coverage trend graph, covered is red and missed is blue. However, on the class views (on both Jacoco Jenkins plugin, Jacoco HTML reports, Sonar...) and in general understanding, red usually means not-covered.
So it would be better to switch color on graph, so red would means uncovered and blue would mean covered.
Yeah, the funny thing is that I tried to switch already
. There is a DataSet which contains the data for representation, and I thought that changing the order of adding the data can change the labels but did not work. It should not be a hard thing.