Skip to content

Commit

Permalink
chore(ci): update coverage base path
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 7, 2024
1 parent 308fbf4 commit 92e3620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
directory: coverage/api/
with:
directory: coverage/api/
flags: api-unit-tests
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/
with:
directory: coverage-e2e/api/
flags: api-e2e-tests
files: coverage-final.json

Expand Down

0 comments on commit 92e3620

Please sign in to comment.