Skip to content

Fix extra params execution

dac73f4
Select commit
Loading
Failed to load commit list.
Merged

VMware to KVM Migrations improvements #11594

Fix extra params execution
dac73f4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 10, 2025 in 0s

17.56% (-0.01%) compared to b99a030, passed because coverage increased by 0% when compared to adjusted base (17.56%)

View this Pull Request on Codecov

17.56% (-0.01%) compared to b99a030, passed because coverage increased by 0% when compared to adjusted base (17.56%)

Details

Codecov Report

❌ Patch coverage is 19.51613% with 499 lines in your changes missing coverage. Please review.
✅ Project coverage is 17.56%. Comparing base (b99a030) to head (dac73f4).

Files with missing lines Patch % Lines
...ema/src/main/java/com/cloud/vm/ImportVMTaskVO.java 0.00% 124 Missing ⚠️
...apache/cloudstack/vm/ImportVmTasksManagerImpl.java 0.00% 123 Missing ⚠️
.../cloudstack/api/response/ImportVMTaskResponse.java 0.00% 109 Missing ⚠️
...ack/api/command/admin/vm/ListImportVMTasksCmd.java 0.00% 32 Missing ⚠️
.../apache/cloudstack/vm/UnmanagedVMsManagerImpl.java 73.33% 21 Missing and 11 partials ⚠️
...ain/java/com/cloud/vm/dao/ImportVMTaskDaoImpl.java 0.00% 23 Missing ⚠️
...ervisor/kvm/resource/LibvirtComputingResource.java 5.26% 18 Missing ⚠️
.../wrapper/LibvirtConvertInstanceCommandWrapper.java 60.52% 14 Missing and 1 partial ⚠️
...va/com/cloud/agent/api/ConvertInstanceCommand.java 18.18% 9 Missing ⚠️
...e/cloudstack/api/command/admin/vm/ImportVmCmd.java 0.00% 6 Missing ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11594      +/-   ##
============================================
- Coverage     17.56%   17.56%   -0.01%     
- Complexity    15500    15518      +18     
============================================
  Files          5899     5906       +7     
  Lines        527793   528377     +584     
  Branches      64479    64528      +49     
============================================
+ Hits          92714    92785      +71     
- Misses       424653   425160     +507     
- Partials      10426    10432       +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.