mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
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:
2
pom.xml
2
pom.xml
@ -255,7 +255,7 @@ else
|
|||||||
echo "xpath is not installed. Jacoco coverage summary will not be produced here...";
|
echo "xpath is not installed. Jacoco coverage summary will not be produced here...";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
which xpath > /dev/null 2>&1
|
which html2text > /dev/null 2>&1
|
||||||
if [ "$?" == "0" ]; then
|
if [ "$?" == "0" ]; then
|
||||||
echo "Untested classes, per Jacoco:"
|
echo "Untested classes, per Jacoco:"
|
||||||
echo "-----------------------------"
|
echo "-----------------------------"
|
||||||
|
Reference in New Issue
Block a user