Added call to second coverage invocation

This commit is contained in:
Lorin Hochstein 2011-07-21 10:43:20 -04:00
parent 3d8d2595fa
commit 81cfe26a58

View File

@ -142,5 +142,5 @@ fi
if [ $coverage -eq 1 ]; then
echo "Generating coverage report in covhtml/"
coverage html -d covhtml -i
${wrapper} coverage html -d covhtml -i
fi