We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f2085 commit b1e1a66Copy full SHA for b1e1a66
.github/workflows/dart.yml
@@ -100,7 +100,7 @@ jobs:
100
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
101
run: |
102
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
103
- if (( $PERCENTAGE < 100 ))
+ if (( $PERCENTAGE < 90 ))
104
then
105
echo Score too low!
106
exit 1
.github/workflows/flutter.yml
@@ -145,8 +145,7 @@ jobs:
145
146
147
148
- # 70 because pana does not understand null-safety yet
149
- if (( $PERCENTAGE < 70 ))
150
151
152
0 commit comments