Skip to content

Commit 9291e38

Browse files
authored
[CI] Allow codecov comment upload failures (#516)
1 parent 0e321e6 commit 9291e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ jobs:
396396
name: cov-report
397397
path: 'cov-report'
398398
- name: Comment coverage report link
399-
# TODO: Support PRs from forks too
400-
if: ${{ github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }}
399+
# TODO: Support PRs from forks and handle cases with insufficient write permissions
400+
continue-on-error: true
401401
uses: peter-evans/create-or-update-comment@v4
402402
with:
403403
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)