Skip to content

Commit 289b7ae

Browse files
authored
Added "continue-on-error: true" to step which posts coverage comment (#883)
1 parent 0ce0985 commit 289b7ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-unittests-py38-cov-report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
fi
189189
190190
- name: "Add comment with cov diff to PR"
191+
continue-on-error: true
191192
uses: actions/github-script@v7
192193
if: github.event_name == 'pull_request'
193194
with:

0 commit comments

Comments
 (0)