Update wysiwyg to v2.32.0 (#2531)
* Update wysiwyg to v2.32.0 * Bump min global coverage value to 70 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
29add70971
commit
00af88ebb0
2 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ serialization_json = "1.6.3"
|
||||||
showkase = "1.0.2"
|
showkase = "1.0.2"
|
||||||
appyx = "1.4.0"
|
appyx = "1.4.0"
|
||||||
sqldelight = "2.0.1"
|
sqldelight = "2.0.1"
|
||||||
wysiwyg = "2.31.0"
|
wysiwyg = "2.32.0"
|
||||||
telephoto = "0.8.0"
|
telephoto = "0.8.0"
|
||||||
|
|
||||||
# DI
|
# DI
|
||||||
|
|
|
||||||
|
|
@ -109,11 +109,11 @@ fun Project.setupKover() {
|
||||||
isEnabled = true
|
isEnabled = true
|
||||||
entity = kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.APPLICATION
|
entity = kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.APPLICATION
|
||||||
bound {
|
bound {
|
||||||
minValue = 65
|
minValue = 70
|
||||||
// Setting a max value, so that if coverage is bigger, it means that we have to change minValue.
|
// Setting a max value, so that if coverage is bigger, it means that we have to change minValue.
|
||||||
// For instance if we have minValue = 20 and maxValue = 30, and current code coverage is now 31.32%, update
|
// For instance if we have minValue = 20 and maxValue = 30, and current code coverage is now 31.32%, update
|
||||||
// minValue to 25 and maxValue to 35.
|
// minValue to 25 and maxValue to 35.
|
||||||
maxValue = 75
|
maxValue = 80
|
||||||
metric = kotlinx.kover.gradle.plugin.dsl.MetricType.INSTRUCTION
|
metric = kotlinx.kover.gradle.plugin.dsl.MetricType.INSTRUCTION
|
||||||
aggregation = kotlinx.kover.gradle.plugin.dsl.AggregationType.COVERED_PERCENTAGE
|
aggregation = kotlinx.kover.gradle.plugin.dsl.AggregationType.COVERED_PERCENTAGE
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue