Add overage and junit report for verify
[releng.git] / jjb / storperf / storperf.yml
index fffca10..3b31bad 100644 (file)
         - shell: |
             $WORKSPACE/ci/verify.sh
 
+    publishers:
+        - junit:
+            results: nosetests.xml
+        - cobertura:
+            report-file: "coverage.xml"
+            only-stable: "true"
+            health-auto-update: "true"
+            stability-auto-update: "true"
+            zoom-coverage-chart: "true"
+            targets:
+                - files:
+                    healthy: 10
+                    unhealthy: 20
+                    failing: 30
+                - method:
+                    healthy: 50
+                    unhealthy: 40
+                    failing: 30
+
 - job-template:
     name: 'storperf-merge-{stream}'