There was an error while loading. Please reload this page.
2 parents e5fe9a7 + 3e08590 commit ad93e9fCopy full SHA for ad93e9f
1 file changed
tox.ini
@@ -22,7 +22,9 @@ passenv = OS_*
22
commands = {posargs}
23
24
[testenv:cover]
25
-commands = python setup.py test --coverage --testr-args='{posargs}'
+commands =
26
+ python setup.py test --coverage --testr-args='{posargs}'
27
+ coverage report
28
29
[testenv:debug]
30
commands = oslo_debug_helper -t openstackclient/tests {posargs}
0 commit comments