Merge "Changed templates to have all merge jobs publish source"
[releng/builder.git] / jjb / releng-macros.yaml
index 1f4b564e9d7916a6e2c8ab28a36f36b285ba7279..eeff7a818e41ae9490e3f1dedfe4084dbd78d255 100644 (file)
             send-to:
                 - developers
                 - recipients
+
+- publisher:
+        name: jacoco-report
+        publishers:
+            - jacoco:
+                exec-pattern: "**/**.exec"
+                class-pattern: "**/classes"
+                source-pattern: "**/src/main/java"
+                status-update: true
+                targets:
+                  - branch:
+                      healthy: 10
+                      unhealthy: 20
+                  - method:
+                      healthy: 50
+                      unhealthy: 40