I tried to set the health report level to
healthy: 0 unhealthy: 1
this causes an error, that both healthy and unhealthy should be set.
(guess : code needs to discriminiate between NULL/unset and 0/zero.)
0 is an invalid value. The first valid value is 1 because I compare with < and >. I think I need to improve the error message.
When setting it to healthy=1, I get 100% health when having exactly one issue. If "<" is used, I don't understand why I get 100%
unhealthy=5 in this environment
Christian Treczoks your attachment is broken. What values did you specify for healthy and unhealthy??
my settings: healthy: 1, minimumSeverity: 'NORMAL', unhealthy: 5
and I get the following result:
My expectation is: 80% for "Unused Functions"
P.S.: I use the groovy based custom parser and the latest Warning-NG-Version (4.0.0)
Works perfectly now with Warning-NG 5.0.0
I wouldn't expect a sun, but that's not the responsibility of Warnings-NG-Plugin