Commit 12e7b62
Fix release tag double-prefix; stop codecov gating the repo (#4)
release.yaml built its tag as `v$version` and then interpolated it as
`v${{ ... }}` in both the existence test and the release itself, so every
tag landed as `vv2.8.0`. It also ran the existence test against a shallow
checkout with no tags fetched, so the test could never find anything.
Fetch tags and stop double-prefixing; existing vv* tags are left alone.
test-coverage has failed since July with Codecov "Repository not found"
-- a stale CODECOV_TOKEN or an unlinked repo, neither fixable from the
workflow. Coverage itself computes fine; only the upload to a third-party
service fails. continue-on-error keeps that step visibly red in the run
view without gating the repo on it, so the job reflects the code rather
than someone else's outage. The token still needs refreshing to restore
actual reporting.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent f9e89e8 commit 12e7b62
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | | - | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
0 commit comments