Skip to content

Add property variantName to KoverReport interface #587

Closed
@shanshin

Description

@shanshin

What is your use-case and why do you need this feature?
Property variantName will help to filter Kover tasks by selecting those that relate to specific variant.

So, to find the HTML report for debug Android build variant:

tasks.withType<KoverHtmlReport>().matching { 
    it.variantName == "debug" 
}

Metadata

Metadata

Assignees

Labels

FeatureFeature request issue type

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions