Commit 74babaa1 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

packages-tests: test coverage



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent d019f87a
......@@ -52,6 +52,7 @@ We would prefer to run a jenkins package from jessie-backports.
* Build Authorization Token Root Plugin
* Embeddable Build Status Plugin
* Plot Plugin
* Cobertura Plugin
* Sidebar Link
* Green Balls
......
......@@ -58,13 +58,25 @@
- defaults:
<<: *DEFAULTS
name: packages-tests-junit-exports
name: packages-tests-exports
publishers:
- email: *email
- trigger: *trigger
- naginator: *naginator
- junit:
results: 'job-exports/test-results/*.xml'
- cobertura:
report-file: 'job-exports/test-coverage/*.xml'
source-encoding: 'utf8'
targets:
- files:
healthy: 10
unhealthy: 20
failing: 30
- method:
healthy: 50
unhealthy: 40
failing: 30
- job-template:
defaults: packages-tests
......@@ -72,8 +84,8 @@
name: '{name}_{my_distro}'
- job-template:
defaults: packages-tests-junit-exports
id: junit
defaults: packages-tests-exports
id: tests-exports
name: '{name}_{my_distro}'
- project:
......@@ -120,4 +132,4 @@
cron: '* H/2 * * *'
my_trigger: '{name}_stretch'
jobs:
- junit
- tests-exports
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment