From ee777aa24a5d0314f4d046feceb988ced571ed8e Mon Sep 17 00:00:00 2001 From: aelassas Date: Wed, 24 Apr 2024 09:14:49 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b0727709..e929c505 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,10 +82,3 @@ jobs: MI_FRONTEND_HOST: ${{ vars.MI_FRONTEND_HOST }} MI_MINIMUM_AGE: ${{ vars.MI_MINIMUM_AGE }} MI_EXPO_ACCESS_TOKEN: ${{ secrets.MI_EXPO_ACCESS_TOKEN }} - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: cobertura-coverage.xml - directory: ./api/coverage - fail_ci_if_error: true