Skip to content

Fix checkstyle

a98abd2
Select commit
Loading
Failed to load commit list.
Merged

Refactor of Allocator classes #9074

Fix checkstyle
a98abd2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 9, 2025 in 0s

16.58% (+0.00%) compared to 41b4f0a

View this Pull Request on Codecov

16.58% (+0.00%) compared to 41b4f0a

Details

Codecov Report

Attention: Patch coverage is 80.89431% with 47 lines in your changes missing coverage. Please review.

Project coverage is 16.58%. Comparing base (41b4f0a) to head (a98abd2).
Report is 54 commits behind head on main.

Files with missing lines Patch % Lines
...gent/manager/allocator/impl/FirstFitAllocator.java 79.71% 24 Missing and 4 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     16.57%   16.58%             
- Complexity    13870    13915     +45     
===========================================
  Files          5719     5730     +11     
  Lines        507200   511218   +4018     
  Branches      61574    63037   +1463     
===========================================
+ Hits          84093    84810    +717     
- Misses       413688   416955   +3267     
- Partials       9419     9453     +34     

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