File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -539,17 +539,19 @@ jobs:
539539 `${context.serverUrl}/${context.repo.owner}/${context.repo.repo}` +
540540 `/actions/runs/${context.runId}`;
541541 core.warning(
542- `Failed to dispatch coverage-fanout to databricks-driver-test; ` +
543- `the multi-language coverage fan-out did not run. See ${runUrl}`
542+ `Failed to run the coverage fan-out for databricks-driver-test ` +
543+ `(source detection or dispatch step failed); the multi-language ` +
544+ `coverage fan-out did not run. See ${runUrl}`
544545 );
545546 try {
546547 await github.rest.issues.createComment({
547548 owner: context.repo.owner,
548549 repo: context.repo.repo,
549550 issue_number: context.payload.pull_request.number,
550551 body:
551- `⚠️ Failed to dispatch the multi-language coverage fan-out ` +
552- `to \`databricks-driver-test\` after this PR merged. Coverage ` +
552+ `⚠️ Failed to run the multi-language coverage fan-out ` +
553+ `to \`databricks-driver-test\` after this PR merged ` +
554+ `(source detection or dispatch step failed). Coverage ` +
553555 `was not extended for this change. ` +
554556 `[Workflow run](${runUrl})`,
555557 });
You can’t perform that action at this time.
0 commit comments