Skip to content

ci: send reference_repo (not reference_language) in coverage-fanout dispatch#591

Merged
eric-wang-1990 merged 1 commit into
mainfrom
ci/coverage-fanout-reference-repo
Jul 21, 2026
Merged

ci: send reference_repo (not reference_language) in coverage-fanout dispatch#591
eric-wang-1990 merged 1 commit into
mainfrom
ci/coverage-fanout-reference-repo

Conversation

@eric-wang-1990

Copy link
Copy Markdown
Collaborator

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:

- {"reference_language": "csharp", "pr_number": ..., "pr_url": ...}
+ {"reference_repo": "${{ github.repository }}", "pr_number": ..., "pr_url": ...}

github.repository is adbc-drivers/databricks here; the fan-out derives the csharp-vs-rust binding from which subtree the PR touched. No other change.

⚠️ Lands lockstep with databricks-driver-test#857 (the tracker now expects reference_repo).

This pull request and its description were written by Isaac.

…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
eric-wang-1990 merged commit 80df9cc into main Jul 21, 2026
13 of 14 checks passed
@eric-wang-1990
eric-wang-1990 deleted the ci/coverage-fanout-reference-repo branch July 21, 2026 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant