Skip to content

Add Split method to SetBuilder - #462

Open
felix-kaestner wants to merge 1 commit into
mainfrom
gnmiext/split-method
Open

Add Split method to SetBuilder#462
felix-kaestner wants to merge 1 commit into
mainfrom
gnmiext/split-method

Conversation

@felix-kaestner

@felix-kaestner felix-kaestner commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Split partitions a builder's operations by a predicate into two
new builders that inherit the original limit. This enables callers
to separate e.g. feature activations from config operations before
executing them in the required order.

Base automatically changed from dev/tilt-labels to main August 11, 2026 15:13
Split partitions a builder's operations by a predicate into two
new builders that inherit the original limit. This enables callers
to separate e.g. feature activations from config operations before
executing them in the required order.

Signed-off-by: Felix Kästner <felix.kaestner@sap.com>
@github-actions

Copy link
Copy Markdown

Merging this branch will increase overall coverage

Impacted Packages Coverage Δ 🤖
github.com/ironcore-dev/network-operator/internal/transport/gnmiext 60.00% (+0.73%) 👍

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/ironcore-dev/network-operator/internal/transport/gnmiext/client.go 88.18% (+0.39%) 220 (+7) 194 (+7) 26 👍

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Changed unit test files

  • github.com/ironcore-dev/network-operator/internal/transport/gnmiext/client_test.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant