Commit a3a72c0
authored
ci: pass CODECOV_TOKEN explicitly to codecov-action (#21)
codecov-action@v4 was not picking up CODECOV_TOKEN from env
automatically in this workflow (log shows 'no token was provided'
even though the secret is configured in repo settings). Pass it
explicitly via the token input to make uploads reliable.
Also add:
- files: ./coverage.xml - explicit report path
- fail_ci_if_error: false - coverage upload failures shouldn't
break the CI run1 parent ac6db5d commit a3a72c0
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
0 commit comments