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:
Sahil Kumar
2021-03-30 13:46:12 +05:30
committed by GitHub
parent cba0b1a391
commit 420d6384c4
35 changed files with 4867 additions and 413 deletions
@@ -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