From ef3b32ba3938cc36640d9f272a4f373162b463f7 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Wed, 5 Mar 2025 13:04:36 -0800
Subject: [PATCH] Chore: ensure codecov upload gets attempted

---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c85961eaf..219d55a02 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -283,6 +283,7 @@ jobs:
   tests-coverage-upload:
     name: "Upload to Codecov"
     runs-on: ubuntu-24.04
+    if: ${{ !cancelled() }}
     needs:
       - tests-backend
       - tests-frontend
@@ -344,7 +345,6 @@ jobs:
           directory: src/
       -
         name: Upload backend test results to Codecov
-        if: ${{ !cancelled() }}
         uses: codecov/test-results-action@v1
         with:
           token: ${{ secrets.CODECOV_TOKEN }}