From 8117d86c7c61e1dcf8341ec95050b2ba4bbf811b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:31:48 -0800 Subject: [PATCH] Forgot to actually upload it --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c24678bf2..60e89e21d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -302,6 +302,14 @@ jobs: directory: src-ui/coverage/ # dont include backend coverage files here files: '!coverage.xml' + - + name: Upload frontend test results to Codecov + if: ${{ !cancelled() }} + uses: codecov/test-results-action@v1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + flags: frontend + directory: src-ui/ - name: Download backend coverage uses: actions/download-artifact@v4 @@ -318,7 +326,7 @@ jobs: flags: backend directory: src/ - - name: Upload test results to Codecov + name: Upload backend test results to Codecov if: ${{ !cancelled() }} uses: codecov/test-results-action@v1 with: