ci: send reference_repo (not reference_language) in coverage-fanout dispatch#591
Merged
Merged
Conversation
…ispatch
The coverage fan-out went language-free (databricks-driver-test#857): the
reference is a REPO+PR, and spec authoring derives everything from the PR diff.
Update the post-merge sender's payload from {reference_language: csharp} to
{reference_repo: <this repo>} (github.repository). No other change.
Lands lockstep with databricks-driver-test#857.
Co-authored-by: Isaac
eric-wang-1990
requested review from
gopalldb,
lidavidm,
msrathore-db and
vikrantpuppala
as code owners
July 21, 2026 02:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #590. The coverage fan-out went language-free (databricks-driver-test#857): the reference is a repo + PR, and spec authoring derives the source subtree from the PR's own changed files — no language token.
This updates the post-merge sender payload:
github.repositoryisadbc-drivers/databrickshere; the fan-out derives the csharp-vs-rust binding from which subtree the PR touched. No other change.reference_repo).This pull request and its description were written by Isaac.