You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my phpunit.xml, the coverage reporter (or PHPUnit) does not complain that the bounds are conflicting (high starts at 50, but low ends at 90). It allows rendering the HTML report, but the result is a bit off, as in it just disregards the middle bounds (yellow), and only renders red and green charts with some logic.
I think this should be an error or warning of some sort, if the user gives conflicting bounds values?