From d5107561ee4114bbbf1d000ad6f2494bf05c6a79 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:04:40 -0800 Subject: [PATCH] Just some renaming --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbe317e5d..d50ce72f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,7 @@ jobs: retention-days: 7 tests-data-upload: - name: "Upload test status to Codecov" + name: "Upload tests data to Codecov" runs-on: ubuntu-24.04 if: >- always() && @@ -316,7 +316,7 @@ jobs: flags: frontend directory: src-ui/junit/ - - name: Download backend coverage + name: Download backend test results uses: actions/download-artifact@v4 with: name: backend-test-results @@ -362,7 +362,6 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - # future expansion flags: backend directory: src/ # Bundle analysis