allProjects

abstract fun allProjects()(source)

Include to the merged report all projects of the build.

Kover plugin will be automatically applied in all projects.


abstract fun allProjects(filter: Spec<Project>)(source)

Include to the merged report all projects of the build that have passed the filter.

Kover plugin will be automatically applied in passed subprojects.

Important!

It is impossible to guarantee exactly at what point in time the filter will be executed, before evaluation the corresponding project or during the evaluation. Therefore, only static values can be read in filters, for example, the name of the project or its path.