Skip to content

Commit

Permalink
Adjust nightly tests coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusc83 committed Jul 25, 2022
1 parent 9491cca commit 0ca3a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ tasks.register("buildNdkIntegrationTestsArtifacts") {
dependsOn(":instrumented:integration:assembleDebug")
}

nightlyTestsCoverageConfig(threshold = 0.90f)
nightlyTestsCoverageConfig(threshold = 0.89f)
kover {
isDisabled = false
disabledProjects = setOf(
Expand Down

0 comments on commit 0ca3a80

Please sign in to comment.