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/