Skip to content
Snippets Groups Projects

Backend CI

2 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 12
0
@@ -60,6 +60,17 @@ jacocoTestReport {
}
}
jacocoTestCoverageVerification {
violationRules {
rule {
limit {
counter = 'BRANCH'
minimum = 0.8
}
}
}
}
pmd {
toolVersion = '6.3.0'
consoleOutput = 'true'
@@ -79,3 +90,4 @@ tasks.withType(com.github.spotbugs.SpotBugsTask) {
}
jacocoTestReport.dependsOn test
jacocoTestCoverageVerification.dependsOn jacocoTestReport
Loading