Merge pull request #1653 from GetStream/xsahil03x-patch-1
This commit is contained in:
@@ -110,11 +110,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: packages/stream_chat/coverage/lcov.info
|
path: packages/stream_chat/coverage/lcov.info
|
||||||
min_coverage: 79
|
min_coverage: 79
|
||||||
- name: "Stream Chat Persistence Coverage Check"
|
- name: "Stream Chat Localizations Coverage Check"
|
||||||
uses: VeryGoodOpenSource/[email protected]
|
uses: VeryGoodOpenSource/[email protected]
|
||||||
with:
|
with:
|
||||||
path: packages/stream_chat_localizations/coverage/lcov.info
|
path: packages/stream_chat_localizations/coverage/lcov.info
|
||||||
min_coverage: 88
|
min_coverage: 100
|
||||||
- name: "Stream Chat Persistence Coverage Check"
|
- name: "Stream Chat Persistence Coverage Check"
|
||||||
uses: VeryGoodOpenSource/[email protected]
|
uses: VeryGoodOpenSource/[email protected]
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ void main() {
|
|||||||
expect(localizations.launchUrlError, isNotNull);
|
expect(localizations.launchUrlError, isNotNull);
|
||||||
expect(localizations.loadingUsersError, isNotNull);
|
expect(localizations.loadingUsersError, isNotNull);
|
||||||
expect(localizations.noUsersLabel, isNotNull);
|
expect(localizations.noUsersLabel, isNotNull);
|
||||||
|
expect(localizations.noPhotoOrVideoLabel, isNotNull);
|
||||||
expect(localizations.retryLabel, isNotNull);
|
expect(localizations.retryLabel, isNotNull);
|
||||||
expect(localizations.userLastOnlineText, isNotNull);
|
expect(localizations.userLastOnlineText, isNotNull);
|
||||||
expect(localizations.userOnlineText, isNotNull);
|
expect(localizations.userOnlineText, isNotNull);
|
||||||
|
|||||||
Reference in New Issue
Block a user