Skip to content

Commit 7c003ce

Browse files
committed
(#121) Update README regarding the change in (not) automatically applying the plugin on sub-projects
1 parent 7547f04 commit 7c003ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ You can find instructions on how to apply the plugin at: http://plugins.gradle.
2323
When applied on a project with sub-projects, the plugin will create the aggregation task `aggregateScoverage`, which
2424
will first generate reports for each project individually (including the parent project), and will then generate an
2525
aggregated result based on these reports.
26+
27+
The plugin must be applied on a sub-project for it to be included in the aggregated; applying the plugin on a
28+
project _does not_ automatically apply it on sub-projects.
2629

2730
The aggregated report will override the parent-project specific report (`parent-project/build/reports/scoverage`).
2831

0 commit comments

Comments
 (0)