Merge "fetch-coverage-output: direct link to coverage data"
This commit is contained in:
commit
25af9d4014
@ -11,11 +11,22 @@
|
|||||||
msg: "Coverage report was not found even though tests succeeded"
|
msg: "Coverage report was not found even though tests succeeded"
|
||||||
|
|
||||||
- when: coverage_report_stat.stat.exists
|
- when: coverage_report_stat.stat.exists
|
||||||
name: Collect coverage details output
|
block:
|
||||||
synchronize:
|
- name: Collect coverage details output
|
||||||
dest: "{{ zuul_executor_dest }}"
|
synchronize:
|
||||||
mode: pull
|
dest: "{{ zuul_executor_dest }}"
|
||||||
src: "{{ coverage_output_src }}"
|
mode: pull
|
||||||
verify_host: true
|
src: "{{ coverage_output_src }}"
|
||||||
owner: no
|
verify_host: true
|
||||||
group: no
|
owner: no
|
||||||
|
group: no
|
||||||
|
|
||||||
|
- name: Return artifact to Zuul
|
||||||
|
zuul_return:
|
||||||
|
data:
|
||||||
|
zuul:
|
||||||
|
artifacts:
|
||||||
|
- name: "Coverage data"
|
||||||
|
url: "cover/"
|
||||||
|
metadata:
|
||||||
|
type: coverage_data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user