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