Commit 40fb6c74 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible: diffoscope: test coverage



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 74babaa1
......@@ -154,7 +154,7 @@
- defaults:
<<: *DEFAULTS
name: reproducible_other_projects_git_junit_exports
name: reproducible_other_projects_git_tests_exports
triggers:
- timed: '{my_timed}'
- pollscm:
......@@ -167,7 +167,18 @@
- naginator: *naginator
- junit:
results: 'job-exports/test-results/*.xml'
allow-empty-results: 'true'
- 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
scm:
- git:
url: '{my_gitrepo}'
......@@ -234,8 +245,8 @@
name: '{name}_{otherproject_git_blocked}'
- job-template:
defaults: reproducible_other_projects_git_junit_exports
name: '{name}_{otherproject_git_junit_exports}'
defaults: reproducible_other_projects_git_tests_exports
name: '{name}_{otherproject_git_tests_exports}'
- job-template:
defaults: reproducible_other_projects_trigger
......@@ -738,8 +749,8 @@
my_hname: ''
my_naginator_regex: 'Caused by: hudson.plugins.git.GitException: Command "git fetch'
- '{name}_{otherproject_git_junit_exports}':
otherproject_git_junit_exports:
- '{name}_{otherproject_git_tests_exports}':
otherproject_git_tests_exports:
- 'diffoscope_from_git_master':
my_description: 'Build diffoscope Debian package from git branch master.'
my_gitbranches: 'origin/master'
......
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