-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
FeatureFeature request issue typeFeature request issue typeS: untriagedStatus: issue reported but unprocessedStatus: issue reported but unprocessed
Description
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.
mgroth0
Metadata
Metadata
Assignees
Labels
FeatureFeature request issue typeFeature request issue typeS: untriagedStatus: issue reported but unprocessedStatus: issue reported but unprocessed