From d44b6255716737357760789a0d62b27bab5f97e8 Mon Sep 17 00:00:00 2001 From: rajdip-b Date: Wed, 7 Feb 2024 14:16:08 +0530 Subject: [PATCH] . --- .github/workflows/api.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index bb796b84..e90031fb 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -64,17 +64,19 @@ jobs: uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - directory: ./coverage/api + # directory: coverage/api with: flags: api-unit-tests + files: coverage/api/coverage-final.json - name: Upload e2e test coverage reports to Codecov uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - directory: ./coverage-e2e/api + # directory: coverage-e2e/api with: flags: api-e2e-tests + files: coverage-e2e/api/coverage-final.json deploy-stage: runs-on: ubuntu-latest