diff --git a/.github/workflows/flowy_editor_test.yml b/.github/workflows/flowy_editor_test.yml index 1459a47518..4c957f5c95 100644 --- a/.github/workflows/flowy_editor_test.yml +++ b/.github/workflows/flowy_editor_test.yml @@ -37,4 +37,12 @@ jobs: working-directory: frontend/app_flowy/packages/appflowy_editor run: | flutter pub get - flutter test + flutter test --coverage + + - uses: codecov/codecov-action@v3 + with: + name: appflowy_editor + env_vars: ${{ matrix.os }} + fail_ci_if_error: true + verbose: true + diff --git a/frontend/app_flowy/packages/appflowy_editor/README.md b/frontend/app_flowy/packages/appflowy_editor/README.md index 1ccbf55878..9f26c075fd 100644 --- a/frontend/app_flowy/packages/appflowy_editor/README.md +++ b/frontend/app_flowy/packages/appflowy_editor/README.md @@ -20,6 +20,12 @@ and the Flutter guide for Twitter

+

+ + + +

+