Skip to content

Add light unit test suite for inbound message processing module

6363930
Select commit
Loading
Failed to load commit list.
Merged

refactor: start breaking out issue handling into their own inbound module #323

Add light unit test suite for inbound message processing module
6363930
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 19, 2026 in 0s

90.95% (+0.14%) compared to e10124b

View this Pull Request on Codecov

90.95% (+0.14%) compared to e10124b

Details

Codecov Report

❌ Patch coverage is 90.56225% with 47 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.95%. Comparing base (e10124b) to head (6363930).

Files with missing lines Patch % Lines
crates/hotfix/src/session/inbound.rs 91.60% 21 Missing ⚠️
crates/hotfix/src/session.rs 86.13% 14 Missing ⚠️
crates/hotfix/src/session/test_utils.rs 88.00% 9 Missing ⚠️
crates/hotfix/src/session/state.rs 95.08% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #323      +/-   ##
==========================================
+ Coverage   90.81%   90.95%   +0.14%     
==========================================
  Files          90       92       +2     
  Lines        8864     9157     +293     
==========================================
+ Hits         8050     8329     +279     
- Misses        814      828      +14     

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