Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 5189d58

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix coverage reporting test."
2 parents bb0b59b + d004b1a commit 5189d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commands = nosetests {posargs}
1717
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*egg .
1818

1919
[testenv:cover]
20-
setenv = NOSE_WITH_COVERAGE=1
20+
commands = nosetests --cover-erase --cover-package=glanceclient --with-xcoverage
2121

2222
[testenv:venv]
2323
commands = {posargs}

0 commit comments

Comments
 (0)