Commit d553972
Fix test-coverage.yaml timeout caused by incorrect boolean expression (#45)
* Initial plan
* Fix fail_ci_if_error boolean expression in test-coverage.yaml
Changed the expression from checking secrets.CODECOV_TOKEN (which returns the token string) to properly checking if it's not empty with != ''. This ensures the parameter receives a proper boolean value instead of a truthy string.
Co-authored-by: smasongarrison <6001608+smasongarrison@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: smasongarrison <6001608+smasongarrison@users.noreply.github.com>1 parent 8b51252 commit d553972
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments