Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 7, 2024
1 parent 0ce97ce commit ca113f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca113f2

Please sign in to comment.