From 96c432afe1477342d7738ac302e1a3d00940cb1f Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Fri, 2 Sep 2022 16:24:42 +0800 Subject: [PATCH] test --- .github/workflows/flowy_editor_test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flowy_editor_test.yml b/.github/workflows/flowy_editor_test.yml index 8809bad3280d1..2ecbecd7e1b18 100644 --- a/.github/workflows/flowy_editor_test.yml +++ b/.github/workflows/flowy_editor_test.yml @@ -37,6 +37,9 @@ jobs: flutter pub get flutter test --coverage - curl -Os https://uploader.codecov.io/latest/linux/codecov - chmod +x codecov - ./codecov + - uses: codecov/codecov-action@v3 + with: + name: appflowy_editor + fail_ci_if_error: true + verbose: true +