gradle-print-coverage-plugin icon indicating copy to clipboard operation
gradle-print-coverage-plugin copied to clipboard

Customize report Path

Open rochaalexandre opened this issue 4 years ago • 3 comments

It would be possible to expose the file path new File("${project.buildDir}/reports/jacoco/test/jacocoTestReport.xml") as a property to the user customize this path?

In my project, we had a whole bunch of features that are reading the jacoco report from ${project.buildDir}/jacoco/reports/report.xml. In this way use, this plugin is not an option.

rochaalexandre avatar Mar 25 '20 19:03 rochaalexandre

I have now created a pull-request for that: https://github.com/jansauer/gradle-print-coverage-plugin/pull/16

mvol avatar May 14 '20 20:05 mvol

+1 on this one, especially to use kover instead of Jacoco

davinkevin avatar May 30 '22 10:05 davinkevin

Nice addition! I may conflict with the changes in PR #18, at least if will start eagerly configuring again. I can propose an update if wanted. (Neither is merged yet, anyway.)

manuelprinz avatar Aug 13 '22 11:08 manuelprinz