File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,15 @@ jobs:
5858 name : " Code coverage report"
5959 if : github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
6060 runs-on : ubuntu-latest
61- continue-on-error : true # Add this line to prevent pipeline failures in forks
6261 needs : main
6362 permissions :
6463 contents : read
6564 actions : read # to download code coverage results from "main" job
6665 pull-requests : write # write permission needed to comment on PR
6766 steps :
68- 67+ - name : Check new code coverage
68+ 69+ continue-on-error : true # Add this line to prevent pipeline failures in forks
6970 with :
7071 coverage-artifact-name : ${{ env.CODE_COVERAGE_ARTIFACT_NAME }}
71- coverage-file-name : ${{ env.CODE_COVERAGE_FILE_NAME }}
72+ coverage-file-name : ${{ env.CODE_COVERAGE_FILE_NAME }}
You can’t perform that action at this time.
0 commit comments