Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring FirstFitAllocator class #9074

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Refactoring Allocator classes

1ff8f4a
Select commit
Loading
Failed to load commit list.
Draft

Refactoring FirstFitAllocator class #9074

Refactoring Allocator classes
1ff8f4a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 19, 2024 in 0s

15.28% (+0.00%) compared to 21af134

View this Pull Request on Codecov

15.28% (+0.00%) compared to 21af134

Details

Codecov Report

Attention: Patch coverage is 0% with 206 lines in your changes missing coverage. Please review.

Project coverage is 15.28%. Comparing base (21af134) to head (1ff8f4a).
Report is 120 commits behind head on main.

Files Patch % Lines
...gent/manager/allocator/impl/FirstFitAllocator.java 0.00% 203 Missing ⚠️
.../src/main/java/com/cloud/host/dao/HostDaoImpl.java 0.00% 2 Missing ⚠️
.../agent/manager/allocator/impl/RandomAllocator.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##               main    #9074     +/-   ##
===========================================
  Coverage     15.28%   15.28%             
- Complexity    11535    11537      +2     
===========================================
  Files          5425     5425             
  Lines        474138   474165     +27     
  Branches      58984    61109   +2125     
===========================================
+ Hits          72486    72491      +5     
- Misses       393584   393604     +20     
- Partials       8068     8070      +2     

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