Alex-Vol

Results 18 comments of Alex-Vol

I am in the process of upgrading this to Gradle 2.7 in my fork. I hope to have a working version by the end of the month.

With what you are doing the best way I know how is to directly invoke the Ant tasks in the OpenClover JAR that perform the merge databases work. Perhaps I...

Android plugin has caused issues with this plugin before. I have been unable to test and understand the issues. Something unusual with the way the Android tooling sets up the...

I think I remember a situation that was caused by the Android tools setting the testClassesDirs property of the test task to null which is an invalid value when it...

I will attempt to see if this can still be integrated. I did not have luck when I read the new plugin information. But I did not spend too much...

I spent some time researching what this issue is all about. Here is what I have found so far. The clover plugin for SonarQube is not up-to-date for the latest...

Thank you @mmindenhall for this information. I can see about having something akin to what you specified added to this plugin. It would be relatively easy for the plugin to...

You can read the clover Closure parameters just as much as set them. You already do that. The same could be done in the Sonar plugin. The `join()` code you...

Yes, during testing we temporarily move aside the default compiled classes, instrument all classes and test classes, run unit tests, move back the default compiled classes. When using the project...

Writing the DB clover coverage files in the same location is not sufficient. The way this feature is intended to work is by having Gradle drive the integration tests. If...