fetch-coverage-output: direct link to coverage data

Make it easier to find them.

Change-Id: I0e8ee7e3c9f6e55461168b97525b26625eb018f0
This commit is contained in:
Luigi Toscano 2020-07-06 01:03:00 +02:00
parent 5f6c714208
commit 82828cea50

View File

@ -11,11 +11,22 @@
msg: "Coverage report was not found even though tests succeeded"
- when: coverage_report_stat.stat.exists
name: Collect coverage details output
synchronize:
dest: "{{ zuul_executor_dest }}"
mode: pull
src: "{{ coverage_output_src }}"
verify_host: true
owner: no
group: no
block:
- name: Collect coverage details output
synchronize:
dest: "{{ zuul_executor_dest }}"
mode: pull
src: "{{ coverage_output_src }}"
verify_host: true
owner: no
group: no
- name: Return artifact to Zuul
zuul_return:
data:
zuul:
artifacts:
- name: "Coverage data"
url: "cover/"
metadata:
type: coverage_data