close
Skip to content

ci: split examples-suite into per-SDK example components#2899

Merged
hubcio merged 2 commits into
masterfrom
refactor-examples-ci
Mar 10, 2026
Merged

ci: split examples-suite into per-SDK example components#2899
hubcio merged 2 commits into
masterfrom
refactor-examples-ci

Conversation

@hubcio
Copy link
Copy Markdown
Contributor

@hubcio hubcio commented Mar 9, 2026

The monolithic examples-suite triggered all 6 language
suites on any single SDK change and was missing sdk-node
from depends_on. Replace with per-SDK components following
the bdd-* pattern; route via startsWith('examples-').

Also fold clock, journal, partitions, shard, simulator
into rust-cluster and add harness_derive to
rust-integration -- all previously had no CI coverage.

The monolithic examples-suite triggered all 6 language
suites on any single SDK change and was missing sdk-node
from depends_on. Replace with per-SDK components following
the bdd-* pattern; route via startsWith('examples-').

Also fold clock, journal, partitions, shard, simulator
into rust-cluster and add harness_derive to
rust-integration -- all previously had no CI coverage.
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.36%. Comparing base (782c8c3) to head (5368ed0).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2899      +/-   ##
============================================
- Coverage     70.37%   70.36%   -0.01%     
  Complexity      763      763              
============================================
  Files          1041     1041              
  Lines         86433    86435       +2     
  Branches      62707    62718      +11     
============================================
- Hits          60829    60822       -7     
+ Misses        23079    23077       -2     
- Partials       2525     2536      +11     
Flag Coverage Δ
csharp 67.43% <ø> (-0.19%) ⬇️
go 36.37% <ø> (ø)
java 55.15% <ø> (ø)
node 91.40% <ø> (-0.23%) ⬇️
python 81.43% <ø> (ø)
rust 70.69% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 16 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hubcio hubcio merged commit 08845bf into master Mar 10, 2026
75 checks passed
@hubcio hubcio deleted the refactor-examples-ci branch March 10, 2026 09:00
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.

3 participants