diff --git a/.gitignore b/.gitignore index 5738efbd61..32a894c808 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ tools/conf/nova.conf* cover/* dist/* .coverage +covhtml diff --git a/Authors b/Authors index e7b82281d4..c21276728d 100644 --- a/Authors +++ b/Authors @@ -160,6 +160,7 @@ Paul McMillan Paul Voccio Peng Yong Philip Knouff +Renier Morales Renuka Apte Ricardo Carrillo Cruz Rick Clark diff --git a/run_tests.sh b/run_tests.sh index 97d229f673..5f808cbeb9 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -168,5 +168,5 @@ fi if [ $coverage -eq 1 ]; then echo "Generating coverage report in covhtml/" - ${wrapper} coverage html -d covhtml -i + ${wrapper} coverage html --include=nova/* -d covhtml -i fi