Merge "fetch-coverage-output: direct link to coverage data"

This commit is contained in:
Zuul 2020-07-08 07:59:01 +00:00 committed by Gerrit Code Review
commit 25af9d4014

View File

@ -11,7 +11,8 @@
msg: "Coverage report was not found even though tests succeeded"
- when: coverage_report_stat.stat.exists
name: Collect coverage details output
block:
- name: Collect coverage details output
synchronize:
dest: "{{ zuul_executor_dest }}"
mode: pull
@ -19,3 +20,13 @@
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