Commit 5e63979
committed
Fix codecov token configuration
Move CODECOV_TOKEN from env to with.token parameter for codecov v5.
Set fail_ci_if_error to false to prevent CI failures when codecov
has issues uploading.
Codecov action v5 expects the token to be passed as a parameter
in the 'with:' section rather than as an environment variable.1 parent dc83a90 commit 5e63979
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
0 commit comments