diff --git a/.gitignore b/.gitignore index 5738efbd6..32a894c80 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ tools/conf/nova.conf* cover/* dist/* .coverage +covhtml diff --git a/Authors b/Authors index e7b82281d..c21276728 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 62327ad23..31b707449 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -171,5 +171,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