Hi,
Is there any way to customizing jacocoTestCoverageVerification error message?
Mind elaborating on what you mean exactly?
What error message are you talking about and what would you want it to look like and why.
Probably this is not configurable though.
I apologize for unclear question. Here is an error message example:
Rule violated for bundle food-shared-ui: instructions covered ratio is 0.1498605181326427600000000000000000000000000000000000000, but expected minimum is 0.1499999999999999944488848768742172978818416595458984375
The Gradle task just forwards the work to the JaCoCo Ant task with check
report and displays its result: JaCoCo - Ant Tasks
I’m not aware of any way to customize this message.
You can configure it to not fail.
Maybe you can then get the violations somehow and knit an own output, but I don’t know how, never tried.