sources
Limit the classes that will be included in the reports for all included projects.
For more information about the settings, see KoverVariantConfig.sources.
This action is executed delayed, just before all tasks are created, at the after evaluate stage. A corresponding project is passed in the argument. Analyzing this project, you can make flexible configurations.
sources {
if (project.name == "projectName") {
excludedSourceSets.add("excluded")
}
}
Content copied to clipboard