Skip to content

Commit 8044ea1

Browse files
Do not fail CI when coverage comment cannot be posted
Co-authored-by: Chris Zetter <zetter-rpf@users.noreply.github.com>
1 parent 1b5f78e commit 8044ea1

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
@@ -150,6 +150,7 @@ jobs:
150150
151151
- name: Comment coverage on PR
152152
if: always() && github.event_name == 'pull_request'
153+
continue-on-error: true
153154
uses: actions/github-script@v7
154155
env:
155156
COVERAGE_MESSAGE: ${{ steps.coverage_comment.outputs.message }}

0 commit comments

Comments
 (0)