Fix to check if html2text is installed, before trying to report on un-covered classes (since that's the script we use, and we do install it in circleci)

This commit is contained in:
2024-04-12 09:04:55 -05:00
parent d839869172
commit bd01bed62f

View File

@ -255,7 +255,7 @@ else
echo "xpath is not installed. Jacoco coverage summary will not be produced here...";
fi
which xpath > /dev/null 2>&1
which html2text > /dev/null 2>&1
if [ "$?" == "0" ]; then
echo "Untested classes, per Jacoco:"
echo "-----------------------------"