Commit 859f8ef
authored
fix(ci): use a colon-prefixed branch for fork tokenless Codecov uploads (#2363)
A real fork PR rebase (gittensory#2496-equivalent traffic) hit "Token
required because branch is protected" on the tokenless upload. Per
Codecov's own docs, only a branch string with a colon-separated prefix
(e.g. forkname:branch) is recognized as unprotected/tokenless-eligible;
a bare branch name looks like it could be a real branch on the base repo
and gets rejected even with no token configured anywhere. codecov-cli's
own auto-detection never adds this prefix (confirmed in its source), so
override_branch must supply it explicitly. override_commit/override_pr
are unaffected -- the protected-branch check only inspects the branch
string.1 parent ec131cf commit 859f8ef
2 files changed
Lines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
162 | 169 | | |
163 | 170 | | |
164 | 171 | | |
165 | 172 | | |
166 | 173 | | |
167 | 174 | | |
168 | | - | |
| 175 | + | |
169 | 176 | | |
170 | 177 | | |
171 | 178 | | |
| |||
191 | 198 | | |
192 | 199 | | |
193 | 200 | | |
194 | | - | |
| 201 | + | |
195 | 202 | | |
196 | 203 | | |
197 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | 103 | | |
105 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
106 | 113 | | |
107 | 114 | | |
108 | 115 | | |
| |||
113 | 120 | | |
114 | 121 | | |
115 | 122 | | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
| |||
0 commit comments