1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-04-09 17:15:43 +02:00

Merge pull request from skyrylyuk/AceJump-139

 Improve test coverage - Add plugin for calculation Code Coverage
This commit is contained in:
breandan 2024-08-02 15:07:08 -04:00 committed by GitHub
commit db62460d83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ plugins {
id("org.jetbrains.intellij") version "1.17.3"
id("org.jetbrains.changelog") version "2.2.0"
id("com.github.ben-manes.versions") version "0.51.0"
id("org.jetbrains.kotlinx.kover") version "0.8.1" // https://github.com/Kotlin/kotlinx-kover
}
tasks {