Skip to content

Commit ef39a65

Browse files
fix(ci): Specify coverage report directory for Codecov
This commit updates the CI workflow to explicitly set the `directory` for the Codecov action. This ensures the action correctly locates the `coverage.xml` file within the `promo_code` directory, resolving potential pathing issues during the upload process.
1 parent 8803b7c commit ef39a65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ jobs:
7575
uses: codecov/codecov-action@v5
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
78+
directory: promo_code
7879
fail_ci_if_error: true

0 commit comments

Comments
 (0)