From 8027df2c2d29990ea62d8d30d8f87934ef99ae1a Mon Sep 17 00:00:00 2001 From: Martijn van Dijk Date: Wed, 31 Jul 2024 20:22:35 +0200 Subject: [PATCH] Disable --- .github/workflows/build.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 42cd3d98..977a0797 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -339,9 +339,11 @@ jobs: run: flutter test --coverage working-directory: ${{env.source-directory}} - # Upload code coverage information - - uses: codecov/codecov-action@v4 - with: - files: ${{env.source-directory}}/coverage/lcov.info - name: CacheManager - fail_ci_if_error: true + # # Upload code coverage information + # - uses: codecov/codecov-action@v4 + # env: + # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + # with: + # files: ${{env.source-directory}}/coverage/lcov.info + # name: CacheManager + # fail_ci_if_error: true