From 6f55fda7d46a243c5773d13bb574eeacdaa34932 Mon Sep 17 00:00:00 2001 From: HarelM Date: Thu, 9 Jul 2026 11:47:40 +0300 Subject: [PATCH] Remove docker coverage upload. --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83244161..4a7ccfef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,8 +164,3 @@ jobs: run: npm run test-e2e env: E2E_NO_WEBSERVER: "1" - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 - with: - files: ${{ github.workspace }}/coverage/coverage-final.json - verbose: true