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 d44b625 commit 76fd8a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +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
files: 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
files: coverage-final.json

deploy-stage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 76fd8a4

Please sign in to comment.