From d197e1c07dd7260d62f9f6ce126fb5141771aaa6 Mon Sep 17 00:00:00 2001 From: Kilian Panot Date: Wed, 13 Nov 2024 23:16:17 +0900 Subject: [PATCH] chore: remove IT coverage --- .github/workflows/it-tests.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/it-tests.yml b/.github/workflows/it-tests.yml index a28068a4ef..7e27c52fa7 100644 --- a/.github/workflows/it-tests.yml +++ b/.github/workflows/it-tests.yml @@ -109,13 +109,7 @@ jobs: shell: bash - name: Test id: it-tests - run: yarn test-int --collectCoverage - # TODO: re-activate IT coverage publishing when #2455 is fixed - # - name: Upload results to Codecov - # uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 - # with: - # flags: integration - # token: ${{ secrets.CODECOV_TOKEN }} + run: yarn test-int - name: Zip generated app on failure if: failure() && steps.it-tests.conclusion == 'failure' run: |