From 80b126a317d086289fc278090e79efdfca30b6d4 Mon Sep 17 00:00:00 2001 From: Cosmin Stroe Date: Thu, 6 Jun 2019 11:30:37 -0500 Subject: [PATCH] Mention the individual tasks that are automatically created. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9cd27b1..0d01c1b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ You can find instructions on how to apply the plugin at: http://plugins.gradle. 1. `reportScoverage`: Produces XML and HTML reports for analysing test code coverage. + The plugin automatically creates a `report{Task name}Scoverage` task for each test task in your + Gradle build. The `reportScoverage` task will run all test tasks and you can use the individual + tasks to run only the desired tests. For example, to run only the unit tests and no other test + tasks (e.g., integration tests), you can run `reportTestScoverage`. + 2. `aggregateScoverage`: An experimental support for aggregating coverage statistics in composite builds. When applied on a project with sub-projects, the plugin will create the aggregation task `aggregateScoverage`, which