We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7547f04 commit 7c003ceCopy full SHA for 7c003ce
README.md
@@ -23,6 +23,9 @@ You can find instructions on how to apply the plugin at: http://plugins.gradle.
23
When applied on a project with sub-projects, the plugin will create the aggregation task `aggregateScoverage`, which
24
will first generate reports for each project individually (including the parent project), and will then generate an
25
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.
29
30
The aggregated report will override the parent-project specific report (`parent-project/build/reports/scoverage`).
31
0 commit comments