Closed
Description
In the HTML report after running a test suite, the percentage of tests passed is rounded up. This should not be happening, as it could incorrectly indicate that 100% of tests passed even though 1 of the tests failed (the percentage would be 99,6% for example).
I'm using cucumber-java version 7.3.4 and the same version of cucumber-junit