- Changed log level from
warn
toinfo
if project doesn't have source code - Pull Request 49.
- Upgrade to Gradle Wrapper 2.1.
- Changed package name to
com.bmuschko.gradle.clover
. - Changed group ID to
com.bmuschko
. - Adapted plugin IDs to be compatible with Gradle's plugin portal.
- Expose compiler encoding and executable of underlying Ant task - Pull Request 47.
- Expose property through DSL for disabling code instrumation and coverage reporting - Issue 37.
- Fix aggregation step on sub-project containing no tests - Issue 34.
- Apply filter for report aggregation task - Issue 40.
- Upgrade to Clover 3.2.0.
- Upgrade to Gradle Wrapper 1.10.
- Publish to Bintray instead of Maven Central.
- Context filters not applied to 'clover-check' task. - Pull Request 35.
- Fix AggregateReportsTask String coercion - Issue 31.
- Fix deprecation warnings - Issue 29.
- Remove dependency on project.configurations.groovy (Gradle 1.4+) - Issue 23.
- Upgrade to Gradle Wrapper 1.7.
- Coercing GStrings into Strings - Pull Request 30.
- Allow to apply Clover plugin before applying Java plugin - Issue 24.
- Support multiple Test tasks per project - Issue 25.
- Allow usage of Clover plugin for projects where not all subprojects have the plugin applied to them - Issue 26.
- Added support for test optimization - Pull Request 20.
- Upgrade to Clover 3.1.10.
- Upgrade to Gradle Wrapper 1.4.
- Correctly evaluate
targetPercentage
convention property - Issue 16.
- Resolve Clover Ant task definitions only using the
clover
configuration.
- Original classes directory didn't get restored correctly - Issue 12.
- The task
cloverAggregateReports
depends oncloverGenerateReport
- Issue 13. - Upgrade to Gradle Wrapper 1.0-m9.
- Make root project not automatically apply Java plugin - Issue 4.
- Support for custom source sets - Issue 8.
- Allowing HTML to report on per-test coverage.
- Compilation of Java/Groovy classes is not forked anymore.
- Support for multi-module projects.
- Support for Java/Groovy joint compilation.
- Code coverage include/excludes.
- More convention properties to configure Clover.
- Context filters for exlcuding code blocks from report.
- Configurable JSON code coverage report.
- Task for aggregating coverage reports.
- Bug fixes.
- Initial release.