Commit bb3b340
ci: gate Code Coverage on github.repository instead of token presence
The previous commit (51bb5c8) gated the Code Coverage job on
`secrets.CODECOV_TOKEN != ''`. That breaks if upstream relies on
tokenless / OIDC upload — they wouldn't have the secret set, and the
job would skip on `vitessio/vitess` too.
Switch to the same pattern we already use for runner selection:
`if: github.repository == 'vitessio/vitess'`. Coverage runs on upstream
unconditionally, and forks skip without burning ~16 minutes of unit
tests.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Arthur Schreiber <arthur@planetscale.com>1 parent 51bb5c8 commit bb3b340
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments