binary
Configure Kover binary report for current report variant.
binary {
// Generate binary report when running the `check` task
onCheck = true
// Specify file to generate binary report
file = layout.buildDirectory.file("my-project-report/report.bin")
}
Content copied to clipboard
Kover binary report is compatible with IntelliJ Coverage report (ic)
Instance to configuring of Kover binary report for current report variant.
See details in binary.