mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.7.1 + adjust Kover configuration
This commit is contained in:
committed by
Jakub Chrzanowski
parent
454012e7ed
commit
df1b15414a
@@ -56,8 +56,12 @@ qodana {
|
||||
}
|
||||
|
||||
// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
|
||||
kover.xmlReport {
|
||||
onCheck = true
|
||||
koverReport {
|
||||
defaults {
|
||||
xml {
|
||||
onCheck = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
Reference in New Issue
Block a user