update stream_chat_flutter pana min

This commit is contained in:
Salvatore Giordano
2021-03-10 09:43:50 +01:00
parent 16d09babb5
commit 1ed11a753f
+1 -1
View File
@@ -95,7 +95,7 @@ jobs:
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
run: |
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
if (( $PERCENTAGE < 90 ))
if (( $PERCENTAGE < 80 ))
then
echo Score too low!
exit 1