python-tempestconf/.zuul.yaml
Martin Kopec d59ddbdd27 Add test coverage calculation
Adds tox cover job as well.

Change-Id: Ie4f0b5e38545b61da017dbccde1442ec2c6fc382
2017-12-07 17:31:08 +00:00

22 lines
477 B
YAML

---
- project:
name: openstack/python-tempestconf
check:
jobs:
- python-tempestconf-tox-cover
- tripleo-ci-centos-7-containers-multinode
gate:
jobs:
- tripleo-ci-centos-7-containers-multinode
- job:
name: python-tempestconf-tox-cover
parent: openstack-tox
description: Run tox code coverage tests.
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: cover