gradle-print-coverage-plugin
gradle-print-coverage-plugin copied to clipboard
Customize report Path
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.
I have now created a pull-request for that: https://github.com/jansauer/gradle-print-coverage-plugin/pull/16
+1 on this one, especially to use kover
instead of Jacoco
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.)