charm-aodh/.zuul.yaml
Paul Goins dc0cfc8ec9 Added tox environment for gathering coverage
This technique was borrowed from the tox "cover" environment in
openstack/nova's tox.ini.  This leverages the fact that stestr lets
you override the python executable via the PYTHON environment
variable.  Doing this allows us to easily generate coverage for our
unit tests.

An important caveat is that this does not provide any coverage for
tests via zaza, amulet, etc.  It is purely focused on the unit tests.

Note that this replaces the previous .coveragerc; coverage
configuration is instead pulled from tox.ini.

Change-Id: I253e35de7ba72fb2f6a3ad018a45924771443465
2019-03-01 11:07:03 +01:00

6 lines
113 B
YAML

- project:
templates:
- python-charm-jobs
- openstack-python35-jobs
- openstack-cover-jobs