Skip to content

use separate errorcontext

5c8d2c9
Select commit
Loading
Failed to load commit list.
Draft

framework,api,server,ui: improve error messaging #12336

use separate errorcontext
5c8d2c9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 7, 2026 in 0s

17.62% (+0.02%) compared to 2d4b7ba

View this Pull Request on Codecov

17.62% (+0.02%) compared to 2d4b7ba

Details

Codecov Report

❌ Patch coverage is 60.24465% with 130 lines in your changes missing coverage. Please review.
✅ Project coverage is 17.62%. Comparing base (2d4b7ba) to head (5c8d2c9).

Files with missing lines Patch % Lines
...pache/cloudstack/context/ErrorMessageResolver.java 82.73% 13 Missing and 16 partials ⚠️
.../src/main/java/com/cloud/vm/UserVmManagerImpl.java 11.53% 21 Missing and 2 partials ⚠️
...ava/org/apache/cloudstack/context/CallContext.java 26.92% 17 Missing and 2 partials ⚠️
.../cloud/resourcelimit/ResourceLimitManagerImpl.java 0.00% 19 Missing ⚠️
...he/cloudstack/api/command/user/vm/DeployVMCmd.java 0.00% 10 Missing ⚠️
.../org/apache/cloudstack/api/ServerApiException.java 0.00% 7 Missing ⚠️
...c/main/java/com/cloud/user/AccountManagerImpl.java 50.00% 4 Missing and 3 partials ⚠️
...m/cloud/utils/exception/CloudRuntimeException.java 53.84% 6 Missing ⚠️
...rc/main/java/com/cloud/configuration/Resource.java 86.36% 3 Missing ⚠️
...loudstack/api/command/user/vm/BaseDeployVMCmd.java 0.00% 2 Missing ⚠️
... and 4 more
Additional details and impacted files
@@             Coverage Diff              @@
##               4.22   #12336      +/-   ##
============================================
+ Coverage     17.59%   17.62%   +0.02%     
- Complexity    15596    15640      +44     
============================================
  Files          5910     5911       +1     
  Lines        529634   529923     +289     
  Branches      64714    64756      +42     
============================================
+ Hits          93176    93381     +205     
- Misses       425968   426031      +63     
- Partials      10490    10511      +21     

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