test: add tests for stream chat flutter core (#354)
* test(core): add tests for channels bloc Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * test(core): refactor some tests due to changes in channels bloc Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * test(core): add tests for channel list core Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * test(core): add tests for users bloc, minor improvements Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * test(core): add tests for user list core, minor improvements Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * test(core): add tests for message search bloc, refactor Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * test(core): add tests for message search list core, refactor Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * test(core): add tests for lazy load scroll view Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * test(core): add tests for stream chat core Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * test(core): add tests for message list core Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * test(core): add tests for stream channel Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * Fix merge conflicts Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * flutter format Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * fixes Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * update workflow Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * chore(core): fix analyzer issues Signed-off-by: Sahil Kumar <xdsahil@gmail.com> * chore(ui-kit): fix analyzer issues Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
- uses: VeryGoodOpenSource/very_good_coverage@v1.1.1
|
||||
with:
|
||||
path: packages/stream_chat_flutter_core/coverage/lcov.info
|
||||
min_coverage: 4.5
|
||||
min_coverage: 90
|
||||
- uses: VeryGoodOpenSource/very_good_coverage@v1.1.1
|
||||
with:
|
||||
path: packages/stream_chat_flutter/coverage/lcov.info
|
||||
|
||||
Reference in New Issue
Block a user