Merge pull request #1653 from GetStream/xsahil03x-patch-1

This commit is contained in:
Sahil Kumar
2023-06-30 14:02:18 +05:30
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -110,11 +110,11 @@ jobs:
with:
path: packages/stream_chat/coverage/lcov.info
min_coverage: 79
- name: "Stream Chat Persistence Coverage Check"
- name: "Stream Chat Localizations Coverage Check"
uses: VeryGoodOpenSource/very_good_coverage@v2.1.0
with:
path: packages/stream_chat_localizations/coverage/lcov.info
min_coverage: 88
min_coverage: 100
- name: "Stream Chat Persistence Coverage Check"
uses: VeryGoodOpenSource/very_good_coverage@v2.1.0
with:
@@ -14,6 +14,7 @@ void main() {
expect(localizations.launchUrlError, isNotNull);
expect(localizations.loadingUsersError, isNotNull);
expect(localizations.noUsersLabel, isNotNull);
expect(localizations.noPhotoOrVideoLabel, isNotNull);
expect(localizations.retryLabel, isNotNull);
expect(localizations.userLastOnlineText, isNotNull);
expect(localizations.userOnlineText, isNotNull);