X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=4759b44a90e6b2b39d12fca4d87ac7b164370b90;hb=refs%2Fchanges%2F37%2F5837%2F5;hp=10a332a7c1db1751eac09fc8d9d7b8031359a02a;hpb=9d7f89418b6fe13020625efdfdad692f911b57c6;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index 10a332a7..4759b44a 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -309,6 +309,23 @@ # PUBLISHERS # ############## +- publisher: + name: lf-jacoco-report + publishers: + - jacoco: + exec-pattern: "**/**.exec" + class-pattern: "**/classes" + source-pattern: "**/src/main/java" + exclusion-pattern: "**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**" + status-update: true + targets: + - branch: + healthy: 10 + unhealthy: 20 + - method: + healthy: 50 + unhealthy: 40 + - publisher: name: lf-infra-publish # lf-infra macro to finish up a build.