Commit 85804cc
committed
fix: Explicitly set repository slug for Codecov
The Codecov action was failing with a "Repository not found" error. This commit resolves the issue by explicitly providing the repository slug to the `codecov/codecov-action` using the `github.repository` context variable. This ensures that the action can always correctly identify the repository.1 parent 50d1078 commit 85804cc
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments