Skip to content

Refactor cleanup logic

3bb4d02
Select commit
Loading
Failed to load commit list.
Merged

CKS: Allow affinity group selection during cluster creation #12386

Refactor cleanup logic
3bb4d02
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2026 in 0s

17.88% (+0.11%) compared to c465caf

View this Pull Request on Codecov

17.88% (+0.11%) compared to c465caf

Details

Codecov Report

❌ Patch coverage is 68.24818% with 87 lines in your changes missing coverage. Please review.
✅ Project coverage is 17.88%. Comparing base (c465caf) to head (3bb4d02).
⚠️ Report is 58 commits behind head on main.

Files with missing lines Patch % Lines
...bernetes/cluster/KubernetesClusterManagerImpl.java 63.86% 37 Missing and 6 partials ⚠️
.../dao/KubernetesClusterAffinityGroupMapDaoImpl.java 0.00% 25 Missing ⚠️
...er/actionworkers/KubernetesClusterStartWorker.java 0.00% 5 Missing ⚠️
...kubernetes/cluster/CreateKubernetesClusterCmd.java 0.00% 5 Missing ⚠️
...s/cluster/KubernetesClusterAffinityGroupMapVO.java 86.20% 3 Missing and 1 partial ⚠️
...ubernetes/cluster/KubernetesServiceHelperImpl.java 96.55% 1 Missing and 1 partial ⚠️
.../actionworkers/KubernetesClusterDestroyWorker.java 0.00% 1 Missing ⚠️
...KubernetesClusterResourceModifierActionWorker.java 0.00% 1 Missing ⚠️
.../kubernetes/cluster/ScaleKubernetesClusterCmd.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12386      +/-   ##
============================================
+ Coverage     17.76%   17.88%   +0.11%     
- Complexity    15859    16056     +197     
============================================
  Files          5923     5931       +8     
  Lines        530470   531422     +952     
  Branches      64823    64953     +130     
============================================
+ Hits          94243    95029     +786     
- Misses       425682   425766      +84     
- Partials      10545    10627      +82     

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