From 1f65439efd54d272189ea6e284e8c71e7d09822b Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 8 Dec 2025 15:52:41 +0530 Subject: [PATCH] chore: upload coverage data codecov --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a8eb28f..9670fdbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,8 @@ on: jobs: tests: runs-on: ubuntu-latest + strategy: + fail-fast: false services: redis-cache: image: redis:alpine @@ -77,11 +79,10 @@ jobs: run: bench --site frappe.local build - name: run tests working-directory: /home/runner/frappe-bench - run: bench --site frappe.local run-tests --app lms + run: bench --site frappe.local run-tests --app lms --coverage - name: Upload coverage data uses: actions/upload-artifact@v4 with: - name: coverage-${{ matrix.container }} path: /home/runner/frappe-bench/sites/coverage.xml coverage: