mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
better debug output for doc-coverage script
This commit is contained in:
parent
96ce2f1a8f
commit
1c966300ec
@ -4,6 +4,6 @@ COVERAGE=$(sed -nE 's/.*>([0-9]{1,3})%<.*/\1/p' docs/coverage.svg | head -1)
|
|||||||
if (( $COVERAGE >= $COVERAGE_REQUIRED )) then
|
if (( $COVERAGE >= $COVERAGE_REQUIRED )) then
|
||||||
exit 0;
|
exit 0;
|
||||||
else
|
else
|
||||||
echo "Coverage: $COVERAGE/$COVERAGE_REQUIRED";
|
echo "Coverage: $COVERAGE/$COVERAGE_REQUIRED%";
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
Loading…
x
Reference in New Issue
Block a user