Skip to content

Merge remote-tracking branch 'upstream/main' into refactor-allocate-t…

3a577a6
Select commit
Loading
Failed to load commit list.
Open

Refactor of Allocator classes #9074

Merge remote-tracking branch 'upstream/main' into refactor-allocate-t…
3a577a6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 4, 2026 in 1s

18.05% (+0.03%) compared to 1bff543

View this Pull Request on Codecov

18.05% (+0.03%) compared to 1bff543

Details

Codecov Report

❌ Patch coverage is 79.49791% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.05%. Comparing base (1bff543) to head (3a577a6).
⚠️ Report is 17 commits behind head on main.

Files with missing lines Patch % Lines
...gent/manager/allocator/impl/FirstFitAllocator.java 77.09% 24 Missing and 6 partials ⚠️
.../agent/manager/allocator/impl/RandomAllocator.java 89.09% 6 Missing ⚠️
...agent/manager/allocator/impl/TestingAllocator.java 0.00% 3 Missing ⚠️
...om/cloud/deploy/DeploymentPlanningManagerImpl.java 62.50% 2 Missing and 1 partial ⚠️
...in/java/com/cloud/server/ManagementServerImpl.java 0.00% 3 Missing ⚠️
.../src/main/java/com/cloud/host/dao/HostDaoImpl.java 0.00% 2 Missing ⚠️
...i/command/admin/host/FindHostsForMigrationCmd.java 0.00% 1 Missing ⚠️
...loudstack/api/command/admin/host/ListHostsCmd.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #9074      +/-   ##
============================================
+ Coverage     18.02%   18.05%   +0.03%     
- Complexity    16460    16504      +44     
============================================
  Files          5968     5969       +1     
  Lines        537213   537136      -77     
  Branches      65975    65922      -53     
============================================
+ Hits          96825    96988     +163     
+ Misses       429469   429235     -234     
+ Partials      10919    10913       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.