diff --git a/build.gradle b/build.gradle index 04e727d..32753c2 100644 --- a/build.gradle +++ b/build.gradle @@ -114,6 +114,16 @@ tasks.processResources { from("$projectDir/src/resources") } +jacocoTestCoverageVerification { + violationRules { + rule { + limit { + minimum = 0.67 + } + } + } +} + josm { i18n { pathTransformer = getPathTransformer("gitlab.com/${gitlabGroup}/${gitlabRepositoryName}/blob")