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
21 lines
549 B
ReStructuredText
21 lines
549 B
ReStructuredText
Collect output from a coverage run
|
|
|
|
By default, this copies the output from a coverage run
|
|
on the worker to the log root of the executor.
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: zuul_executor_dest
|
|
:default: {{ zuul.executor.log_root }}
|
|
|
|
The destination directory on the executor. By default, the log
|
|
root.
|
|
|
|
.. zuul:rolevar:: coverage_output_src
|
|
:default: {{ zuul.project.canonical_name }}/cover/
|
|
|
|
The location on the worker from which to fetch the coverage
|
|
output detail. By default, the ``cover`` dir of the current
|
|
project.
|
|
|