Skip to content

Commit 924bf49

Browse files
authored
Merge pull request #104 from cstroe/update-readme
Mention the individual tasks that are automatically created.
2 parents 8f4b18b + 80b126a commit 924bf49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: README.md

+5
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)