Skip to content

fix

7050935
Select commit
Loading
Failed to load commit list.
Merged

[LEP-2083] fix(session): async triggerComponent response writes to avoid blocking the main serve loop #1082

fix
7050935
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 23, 2025 in 0s

67.42% (+0.29%) compared to 3a92838

View this Pull Request on Codecov

67.42% (+0.29%) compared to 3a92838

Details

Codecov Report

❌ Patch coverage is 81.14286% with 132 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.42%. Comparing base (3a92838) to head (7050935).

Files with missing lines Patch % Lines
pkg/session/logout.go 0.00% 26 Missing ⚠️
pkg/session/package_status.go 0.00% 25 Missing ⚠️
pkg/session/session_process_request.go 82.40% 17 Missing and 5 partials ⚠️
pkg/session/update.go 38.23% 18 Missing and 3 partials ⚠️
pkg/session/deregister.go 63.33% 9 Missing and 2 partials ⚠️
pkg/session/health_states.go 88.04% 9 Missing and 2 partials ⚠️
pkg/session/session_serve.go 81.35% 10 Missing and 1 partial ⚠️
pkg/session/bootstrap.go 86.95% 2 Missing and 1 partial ⚠️
pkg/session/inject_fault.go 91.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1082      +/-   ##
==========================================
+ Coverage   67.12%   67.42%   +0.29%     
==========================================
  Files         315      328      +13     
  Lines       26164    26260      +96     
==========================================
+ Hits        17563    17706     +143     
+ Misses       7717     7668      -49     
- Partials      884      886       +2     

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