Remove Kover configuration, dependencies, and related workflow steps.

This commit is contained in:
Jakub Chrzanowski
2026-04-13 16:55:01 +02:00
parent a82d9d01c6
commit d7e12a963c
4 changed files with 3 additions and 23 deletions

View File

@@ -5,7 +5,6 @@ junit = "4.13.2"
# plugins
changelog = "2.5.0"
kotlin = "2.3.20"
kover = "0.9.7"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -14,4 +13,3 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
intelliJPlatform = { id = "org.jetbrains.intellij.platform" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }