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 413d9b4 commit d44b625
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d44b625

Please sign in to comment.