Skip to content

Commit 80b126a

Browse files
committed
Mention the individual tasks that are automatically created.
1 parent c3dc6bb commit 80b126a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ You can find instructions on how to apply the plugin at: http://plugins.gradle.
1313

1414
1. `reportScoverage`: Produces XML and HTML reports for analysing test code coverage.
1515

16+
The plugin automatically creates a `report{Task name}Scoverage` task for each test task in your
17+
Gradle build. The `reportScoverage` task will run all test tasks and you can use the individual
18+
tasks to run only the desired tests. For example, to run only the unit tests and no other test
19+
tasks (e.g., integration tests), you can run `reportTestScoverage`.
20+
1621
2. `aggregateScoverage`: An experimental support for aggregating coverage statistics in composite builds.
1722

1823
When applied on a project with sub-projects, the plugin will create the aggregation task `aggregateScoverage`, which

0 commit comments

Comments
 (0)