Fix coverage report generation

Change the command called by the cover tox environment so that the
coverage generation works correctly.

Change-Id: Ifded7b8b7ef93ff9bde876b7bc2b66fce9dc0357
This commit is contained in:
Steve Kowalik 2014-07-30 10:39:28 +10:00
parent 0eddbb0fb2
commit a5da760990
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ commands = {posargs}
commands = python setup.py build_sphinx
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = python setup.py test --coverage --coverage-package-name='os_cloud_config' --testr-args='{posargs}'
[flake8]
# H302 skipped on purpose per IRC discussion involving other TripleO projects.