74a40ec89e
Add a post-run playbook to tox-cover job to collect the coverage report detail and copy it to the log root of the executor. Change-Id: Ibad091f7630832eb993133b0f43a60931b3dfd75
7 lines
166 B
YAML
7 lines
166 B
YAML
- name: Collect coverage details output
|
|
synchronize:
|
|
dest: "{{ zuul_executor_dest }}"
|
|
mode: pull
|
|
src: "{{ coverage_output_src }}"
|
|
verify_host: true
|