File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ You can find instructions on how to apply the plugin at: http://plugins.gradle.
13
13
14
14
1 . ` reportScoverage ` : Produces XML and HTML reports for analysing test code coverage.
15
15
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
+
16
21
2 . ` aggregateScoverage ` : An experimental support for aggregating coverage statistics in composite builds.
17
22
18
23
When applied on a project with sub-projects, the plugin will create the aggregation task ` aggregateScoverage ` , which
You can’t perform that action at this time.
0 commit comments