Alex-Vol
Alex-Vol
It appears you were trying too hard to get things working and had more configuration than was needed. Eliminating the additionalTestSourceSet configuration block completely makes the integration tests run and...
I am not a Grails developer and I have no time to debug a Grails specific issue. If you can recreate this issue with the Grails example in the plugin...
By the way, Java 16 may not be a supported language level for the Clover library. You may have to set your language level to a lesser language version to...
Also, Clover library does not support Groovy 3.0. This is the main issue I believe, we cannot use this with Groovy 3.0 code. It will be very hard to make...
Support for creating JAR/WAR files with instrumented code has been added as explained here: [Project Properties](https://github.com/bmuschko/gradle-clover-plugin/blob/master/README.md#project-properties) This should be used in conjunction with code that sets up an integration test...
1. Yes, that command line creates the instrumented WAR 2. Yes, no attempt is made to create the war with a different name. You should be able to make this...
Does tomcat process run with user identity that can write to files in `/home/user/workspace/project/build/.clover`? The format for the configuration is this: ``` clover { flushpolicy = 'interval' } ``` I...
This may require some extra functionality from the plugin unless you can make this work with a single DB file in a new Gradle integration test harness. The plugin will...