Kover Html Task Config
Configure Kover HTML Report.
Example:
...
html {
title = "Custom title"
// Generate an HTML report when running the `check` task
onCheck = false
// Specify HTML report directory
htmlDir = layout.buildDirectory.dir("my-html-report")
}
...
Content copied to clipboard