Skip to content

Expose reportDir property in KoverHtmlReport interface #590

@shanshin

Description

@shanshin

What is your use-case and why do you need this feature?
if there is a need to analyze the HTML report after it is generated, or if you need to improve the report (for example, by editing CSS styles), you need to know the directory of each report.
Currently, it is not possible to easily link a specific report generation task and a directory.

Describe the solution you'd like
Add property reportDir interface kotlinx.kover.gradle.plugin.dsl.tasks.KoverHtmlReport

interface KoverHtmlReport: KoverReport {
    val reportDir: Provider<Directory>
}

Also, use case described in comment.

Metadata

Metadata

Assignees

Labels

FeatureFeature request issue typeS: untriagedStatus: issue reported but unprocessed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions