bmuschko / gradle-clover-plugin

Gradle plugin for generating a code coverage report using Clover
Apache License 2.0
74 stars 49 forks source link

Support instrumentLambda Clover property #62

Closed william-poitras closed 7 years ago

william-poitras commented 9 years ago

Add support for a instrumentLambda property. It is an attribute of the 'clover-setup' configuration in Ant. It accepts: "all_but_reference", "block" or "none" values.