File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 - uses : actions/setup-java@v4
1010 with :
1111 distribution : ' zulu'
12- java-version : ' 21 '
12+ java-version : ' 24 '
1313 - uses : subosito/flutter-action@v2
1414 with :
15- flutter-version : ' 3.32.2 '
15+ flutter-version : ' 3.32.6 '
1616 channel : ' stable'
1717 - name : Download dependencies
1818 run : flutter pub get
2424 run : flutter test --coverage --reporter expanded
2525 - name : Print coverage information
2626 run : dart run test_cov_console --file=coverage/lcov.info
27- - name : Ensure test coverage is at least 70 %
27+ - name : Ensure test coverage is at least 75 %
2828 run : |
29- result=$(dart run test_cov_console --file=coverage/lcov.info --pass=70 )
29+ result=$(dart run test_cov_console --file=coverage/lcov.info --pass=75 )
3030 echo $result
3131 if [ "$result" = "PASSED" ]; then
3232 exit 0
You can’t perform that action at this time.
0 commit comments