Skip to content

Commit 4fda38d

Browse files
committed
Allow coverage badge step to fail gracefully
The badge step requires a GIST_SECRET and real gist ID that aren't configured yet. Adding continue-on-error prevents this from failing the entire CI workflow.
1 parent 332952e commit 4fda38d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
4444
- name: Update coverage badge
4545
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
46+
continue-on-error: true
4647
uses: schneegans/dynamic-badges-action@e9a478b16159b4d31420099ba146cdc50f134483 # v1.7.0
4748
with:
4849
auth: ${{ secrets.GIST_SECRET }}

0 commit comments

Comments
 (0)