mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Update Kover configuration
This commit is contained in:
parent
07ed8ab11e
commit
c46eed131b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user