Correct path to coverage job

Seems we added an extra "cover" in
Ibad091f7630832eb993133b0f43a60931b3dfd75

Also, correct the copy path so we copy the directory "cover"
separately

Change-Id: I4966342efd1a3d00c47394de054f81a1d89183c7
This commit is contained in:
Ian Wienand 2017-10-19 14:11:55 +11:00
parent 74a40ec89e
commit 75d7e47287
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
zuul_executor_dest: "{{ zuul.executor.log_root }}"
coverage_output_src: "src/{{ zuul.project.canonical_name }}/cover/"
coverage_output_src: "src/{{ zuul.project.canonical_name }}/cover"

View File

@ -123,7 +123,7 @@
Run code coverage tests.
Uses tox with the ``cover`` environment.
post-run: playbooks/cover/tox/cover-post
post-run: playbooks/tox/cover-post
vars:
tox_envlist: cover