From eff428a449b2ff0062bc110636ff7c6bd81ccd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=B0=D0=B1?= =?UTF-8?q?=D1=83=D1=88=D0=BA=D0=B8=D0=BD?= Date: Thu, 22 May 2025 15:11:02 +0200 Subject: [PATCH] updated frontend workflow --- .github/workflows/frontend-tests.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/frontend-tests.yaml b/.github/workflows/frontend-tests.yaml index 8ce6e9995..8dd52268d 100644 --- a/.github/workflows/frontend-tests.yaml +++ b/.github/workflows/frontend-tests.yaml @@ -24,5 +24,10 @@ jobs: - name: Run tests working-directory: frontend - run: yarn test:ci --watchAll + run: yarn test:ci + + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v3 + with: + directory: frontend/coverage/