Skip to content

Commit 45eec6a

Browse files
chore: Enable verbose logging for Codecov action
To better diagnose the "Repository not found" error, this commit enables verbose logging for the `codecov/codecov-action` in the CI workflow. This will provide more detailed output to help pinpoint the cause of the issue.
1 parent 85804cc commit 45eec6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
slug: ${{ github.repository }}
7171
fail_ci_if_error: true
72+
verbose: true
7273

7374
release:
7475
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)