From: Mark Beierl Date: Thu, 3 Dec 2015 15:52:18 +0000 (-0500) Subject: Adding coverage report to merge job X-Git-Tag: test-tag~126 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=0930be5a3cf6465991ec13ba75252f0764aa5e69 Adding coverage report to merge job Change-Id: Idf000d0ad495789f7755e4141bc4e325711e8904 JIRA: RELENG-41 Signed-off-by: Mark Beierl --- diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index 1b2d4060c..c58f9efce 100644 --- a/jjb/storperf/storperf.yml +++ b/jjb/storperf/storperf.yml @@ -108,6 +108,21 @@ 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-daily-{stream}'