Skip to content

Commit b55fa49

Browse files
authored
Add code coverage configuration (#8698)
See https://plugins.gradle.org/plugin/org.jetbrains.kotlinx.kover Kover is a Gradle plugin developed by JetBrains for measuring code coverage in Kotlin and Java projects. It integrates with the IntelliJ coverage engine (and others) to produce XML and HTML reports. Coverage: 11.5212% See flutter/dart-intellij-third-party#190
1 parent 3dc3153 commit b55fa49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ plugins {
4343
id("org.jetbrains.intellij.platform") version "2.10.5" // IntelliJ Platform Gradle Plugin
4444
id("org.jetbrains.kotlin.jvm") version "2.2.0" // Kotlin support
4545
id("org.jetbrains.changelog") version "2.2.0" // Gradle Changelog Plugin
46+
id("org.jetbrains.kotlinx.kover") version "0.9.0"
4647
idea // IntelliJ IDEA support
4748
}
4849

0 commit comments

Comments
 (0)