From c20372b98fac92a0352f6a6be1ebee955488bde3 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:05:23 -0800 Subject: [PATCH] fix frontend junit path --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 896517339..ab874e5e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,7 +259,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} flags: frontend - directory: src-ui/junit/ + directory: src-ui/ - name: Upload frontend coverage to Codecov uses: codecov/codecov-action@v5 @@ -303,8 +303,8 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} run: cd src-ui && ng build --configuration=production - tests-data-upload: - name: "Upload tests data to Codecov" + backend-tests-data-upload: + name: "Upload backend tests data to Codecov" runs-on: ubuntu-24.04 if: >- always() &&