From d27d7656f39b0ee5f27c7c77c6ead06f297f1f77 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 4 Mar 2025 08:57:13 -0800 Subject: [PATCH] Fixes coverage location --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57c8d79b5..e2ec5e41a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,9 +167,9 @@ jobs: uses: actions/upload-artifact@v4 with: name: backend-coverage-report - path: src/coverage.xml + path: coverage.xml retention-days: 7 - if-no-files-found: warn + if-no-files-found: error - name: Stop containers if: always()