make openstack-tox-cover inherit from tox-cover

rather than from openstack-tox so that it will sync up the coverage
report detail to the log root of the executor.

Change-Id: I8378af59f15d631d2e1a817fc0ced01f1f2f0571
This commit is contained in:
Tom Barron 2017-10-20 09:24:39 -04:00
parent 9dc243551c
commit 46ba7a2280

View File

@ -298,17 +298,19 @@
- job:
name: openstack-tox-cover
parent: openstack-tox
parent: tox-cover
description: |
Run code coverage tests.
Uses tox with the ``cover`` environment.
required-projects:
- name: openstack/requirements
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: cover
tox_constraints_file: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt"
- job:
name: openstack-tox-bashate