gradle-android-test-aggregation-plugin

A couple Gradle plugins to make Android modules to work with JaCoCo Report Aggregation Plugin and Test Report Aggregation Plugin

MIT License

Stars
66

Bot releases are hidden (Show)

gradle-android-test-aggregation-plugin - v2.2.1 Latest Release

Published by gmazzo 4 months ago

What's Changed

Features

Dependencies

Full Changelog: https://github.com/gmazzo/gradle-android-test-aggregation-plugin/compare/v2.2.0...v2.2.1

gradle-android-test-aggregation-plugin - v2.2.0

Published by gmazzo 12 months ago

What's Changed

Full Changelog: https://github.com/gmazzo/gradle-android-test-aggregation-plugin/compare/v2.1.1...v2.2.0

gradle-android-test-aggregation-plugin - v2.1.1

Published by gmazzo about 1 year ago

gradle-android-test-aggregation-plugin - v2.1.0

Published by gmazzo about 1 year ago

What's Changed

Full Changelog: https://github.com/gmazzo/gradle-android-test-aggregation-plugin/compare/v2.0.1...v2.1.0

gradle-android-test-aggregation-plugin - v2.0.1

Published by gmazzo about 1 year ago

What's Changed

Full Changelog: https://github.com/gmazzo/gradle-android-test-aggregation-plugin/compare/v2.0.0...v2.0.1

gradle-android-test-aggregation-plugin - v2.0.0

Published by gmazzo about 1 year ago

[!IMPORTANT]
BREAKING CHANGE
Tasks names has been renamed

  • jacocoTestReport to jacocoAggregatedReport
  • testAggregateTestReport to testAggregatedReport

What's Changed

Full Changelog: https://github.com/gmazzo/gradle-android-test-aggregation-plugin/compare/v1.1.1...v2.0.0

gradle-android-test-aggregation-plugin -

Published by gmazzo over 1 year ago

Fixed broken integration when com.android.test plugin is applied on a module.

gradle-android-test-aggregation-plugin -

Published by gmazzo over 1 year ago

Added include/exclude DSL (#14) dedicated testAggregation to control inclusion and exclusion of projects and classes:

Autoaggregated projects

testAggregation {
  modules {
    include(project(":app"))
    exclude(projects.lib)
  }
}

Filtering coverage classes

testAggregation {
    coverage {
        include("com/**/Login*")
    }
}
gradle-android-test-aggregation-plugin -

Published by gmazzo over 1 year ago

Fixes aggregation issues (issue #8)

gradle-android-test-aggregation-plugin -

Published by gmazzo over 1 year ago

Targets JDK11 instead of JDK17

gradle-android-test-aggregation-plugin -

Published by gmazzo over 1 year ago

Fixed compatibility issues with KSP 1.0.10

gradle-android-test-aggregation-plugin -

Published by gmazzo over 1 year ago