mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Update Kover configuration
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
### Changed
|
||||
|
||||
- Update Kover configuration
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.17.3`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `2.0.0`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.8.0`
|
||||
|
||||
@@ -48,13 +48,15 @@ changelog {
|
||||
}
|
||||
|
||||
// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
|
||||
koverReport {
|
||||
defaults {
|
||||
kover {
|
||||
reports {
|
||||
total {
|
||||
xml {
|
||||
onCheck = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
wrapper {
|
||||
|
||||
Reference in New Issue
Block a user