kopia lustrzana https://github.com/JOSM/MapWithAI
Add minimum code coverage (to be increased later)
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
852fc2a47d
commit
12f157c07c
10
build.gradle
10
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")
|
||||
|
|
Ładowanie…
Reference in New Issue