Merge pull request #598 from GetStream/release/2.1.2

chore(ui): 2.1.2
This commit is contained in:
Salvatore Giordano
2021-07-30 16:14:06 +02:00
committed by GitHub
3 changed files with 6 additions and 9 deletions
+4 -7
View File
@@ -31,8 +31,7 @@ jobs:
TOTAL: ${{ steps.analysis.outputs.total }}
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
run: |
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
if (( $PERCENTAGE < 90 ))
if (( $TOTAL < 120 ))
then
echo Score too low!
exit 1
@@ -53,7 +52,7 @@ jobs:
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
run: |
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
if (( $PERCENTAGE < 90 ))
if (( $TOTAL < 90 ))
then
echo Score too low!
exit 1
@@ -73,8 +72,7 @@ jobs:
TOTAL: ${{ steps.analysis.outputs.total }}
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
run: |
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
if (( $PERCENTAGE < 100 ))
if (( $TOTAL < 120 ))
then
echo Score too low!
exit 1
@@ -94,8 +92,7 @@ jobs:
TOTAL: ${{ steps.analysis.outputs.total }}
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
run: |
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
if (( $PERCENTAGE < 80 ))
if (( $TOTAL < 100 ))
then
echo Score too low!
exit 1
+1 -1
View File
@@ -1,4 +1,4 @@
## Upcoming
## 2.1.2
🐞 Fixed
+1 -1
View File
@@ -1,7 +1,7 @@
name: stream_chat_flutter
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 2.1.1
version: 2.1.2
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues