Commit 9d3d6fa
authored
ci(coverage): don't fail the gate when the badge update errors (#786)
The "Update coverage badge" step runs only on push to main and authenticates
to the gist with GIST_TOKEN. An expired/invalid GIST_TOKEN returns 401 and
failed the whole Coverage job — even though coverage itself (the tarpaulin
fail-under gate in "Run coverage") passed. The badge is cosmetic, so mark the
step continue-on-error: a stale badge secret no longer reds the CI gate.
(The badge still won't refresh until GIST_TOKEN is rotated.)1 parent bb96210 commit 9d3d6fa
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
| 139 | + | |
137 | 140 | | |
138 | 141 | | |
139 | 142 | | |
| |||
0 commit comments