Marc R. Hoffmann

Results 355 comments of Marc R. Hoffmann

As discussed in #449: Consider configuring rounding mode and decimals for percentage column.

This my proposed implementation -- still WIP.

@chris2k2 Can you please describe your use case a bit and how you expect the cusomized report to look alike? This would help to verify the implementation. Thx.

As proposed in #878 it might be required to specify the precision of percentage value.

I agree that this goal has no nice "out of the box" experience". But this is mainly due to the maven model which has not proper support for aggregate scenarios....

Not sure if it is a better "out of the box experience" when we tell users that they need to trigger their builds twice with different parameters.

Dear @peternelissen, to be honest it we will probably not add new features to our Maven plug-in. We simply cannot afford to support this. Check our mailing list, there is...

@nightswimmings You get lower coverage because what you currently see is just "accidental coverage" (but no explicit tests). What about encouraging your team to actually write unit tests for the...

Not sure what we can do from our side. All we can do is add something like InputStreamSourceFileLocator.addPrefix(String prefixPath) to our APIs. But finally it is up to the Gradle...

@Godin > Here is other idea, which does not seem to increase configuration complexity and hope will not require changes in third-party integrations: build index of files in source directories...