gradle-cobertura-plugin
gradle-cobertura-plugin copied to clipboard
The plugin is not showing correct coverage percentage for controllers. It only includes first action in the coverage report and excludes coverage for rest of the actions.
Sample Github Link : [email protected]:manali14/demo-cobertura.git
Once upon a time, Grails and the Plugin didn't play together very well. Issue #51 has more details.
It looks like you're trying to use Grails 3, which is supposed to work better. It might be a good idea to take another look at how cobertura works with Grails, but to be honest, it might take me some time to free up an afternoon to look into it.
Any update on this? I am experiencing the same issue. Thanks
I have just encountered the same issue. Is there any fix or workaround?
Even I have just encountered the same issue with grails 3.3.2 & gradle version is 3.5. Is there any fix or workaround anyone figured out?