From 23d0493027feaa63d25f1dfd3adb2b931015ba82 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 14 Mar 2023 10:13:36 +0800 Subject: [PATCH] chore: disable codecov temporarily (#1988) --- .github/workflows/integration_test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index e3217c56c4..96ad941a26 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -118,11 +118,11 @@ jobs: fi shell: bash - - uses: codecov/codecov-action@v3 - with: - name: appflowy - flags: appflowy - env_vars: ${{ matrix.os }} - fail_ci_if_error: true - verbose: true + # - uses: codecov/codecov-action@v3 + # with: + # name: appflowy + # flags: appflowy + # env_vars: ${{ matrix.os }} + # fail_ci_if_error: true + # verbose: true