Closed pantosha closed 1 year ago
Will consider this in the next release. Maybe I'll implement this as an option, so that you can customize the accuracy.
Starting with version 5.1.24 you can now set the accuracy with a new setting
Just add the following command line parameter:
settings:maximumDecimalPlacesForCoverageQuotas=3
Describe the bug In the current implementation, reports contain percentages rounded to tenths. For projects with >100000 lines it's a too low resolution. Is it possible to increase accuracy to hundreds/thousands?
To Reproduce The following input helps to reproduce your issue:
Html
reportActual: Line coverage, Branch coverage, Method coverage round to tenths
Expected: Line coverage, Branch coverage, Method coverage round to thousands