File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66* .swo
77* .swp
88* ~
9+ .coverage
910.openstackclient-venv
1011.testrepository
1112.tox
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function run_tests {
7777 if [ " x$testrargs " = " x" ]; then
7878 testrargs=" ^(?!.*test_coverage_ext).*$"
7979 fi
80- export PYTHON=" ${wrapper} coverage run --source novaclient --parallel-mode"
80+ export PYTHON=" ${wrapper} coverage run --source openstackclient --parallel-mode"
8181 fi
8282 # Just run the test suites in current environment
8383 set +e
176176if [ $coverage -eq 1 ]; then
177177 echo " Generating coverage report in covhtml/"
178178 ${wrapper} coverage combine
179- ${wrapper} coverage html --include=' novaclient /*' --omit=' novaclient /openstack/common/*' -d covhtml -i
179+ ${wrapper} coverage html --include=' openstackclient /*' --omit=' openstackclient /openstack/common/*' -d covhtml -i
180180fi
You can’t perform that action at this time.
0 commit comments