File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,22 +35,22 @@ jacoco {
3535// })
3636// }
3737// }
38- build . finalizedBy jacocoTestReport
38+
3939
4040jacocoTestCoverageVerification {
4141 violationRules {
4242
43- // rule {
44- // element = 'METHOD'
45- // limit {
46- // counter = 'LINE'
47- // value = 'COVEREDRATIO'
48- // minimum = 1.0
49- // }
50- // excludes = [
51- // 'io.reflectoring.coverage.part.PartlyCovered.partlyCovered(java.lang.String, boolean)',
52- // ]
53- // }
43+ rule {
44+ element = ' METHOD'
45+ limit {
46+ counter = ' LINE'
47+ value = ' COVEREDRATIO'
48+ minimum = 1.0
49+ }
50+ excludes = [
51+ ' io.reflectoring.coverage.part.PartlyCovered.partlyCovered(java.lang.String, boolean)' ,
52+ ]
53+ }
5454
5555 rule {
5656 element = ' CLASS'
@@ -80,6 +80,7 @@ jacocoTestCoverageVerification {
8080
8181}
8282
83+ test. finalizedBy jacocoTestReport
8384check. dependsOn jacocoTestCoverageVerification
8485
8586
You can’t perform that action at this time.
0 commit comments