Skip to content

Merge branch 'master' into partition-sim

4cf983b
Select commit
Loading
Failed to load commit list.
Open

feat(partitions): add poll_messages support to simulator #2960

Merge branch 'master' into partition-sim
4cf983b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 17, 2026 in 1s

70.17% (-0.21%) compared to a1045c3

View this Pull Request on Codecov

70.17% (-0.21%) compared to a1045c3

Details

Codecov Report

❌ Patch coverage is 0% with 231 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.17%. Comparing base (a1045c3) to head (4cf983b).

Files with missing lines Patch % Lines
core/partitions/src/iggy_partition.rs 0.00% 114 Missing ⚠️
core/simulator/src/main.rs 0.00% 42 Missing ⚠️
core/simulator/src/client.rs 0.00% 33 Missing ⚠️
core/simulator/src/lib.rs 0.00% 27 Missing ⚠️
core/partitions/src/iggy_partitions.rs 0.00% 15 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2960      +/-   ##
============================================
- Coverage     70.38%   70.17%   -0.21%     
  Complexity      925      925              
============================================
  Files          1050     1050              
  Lines         86942    87166     +224     
  Branches      64492    64726     +234     
============================================
- Hits          61190    61168      -22     
- Misses        23246    23481     +235     
- Partials       2506     2517      +11     
Files with missing lines Coverage Δ
core/partitions/src/iggy_partitions.rs 0.00% <0.00%> (ø)
core/simulator/src/lib.rs 0.00% <0.00%> (ø)
core/simulator/src/client.rs 0.00% <0.00%> (ø)
core/simulator/src/main.rs 0.00% <0.00%> (ø)
core/partitions/src/iggy_partition.rs 0.00% <0.00%> (ø)

... and 10 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.