Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Abstracting outbound side of transport (#13293) #13656

Merged
merged 1 commit into from
May 14, 2024

Abstracting outbound side of transport (#13293)

6b356e5
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Abstracting outbound side of transport (#13293) #13656

Abstracting outbound side of transport (#13293)
6b356e5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2024 in 1s

71.30% (target 70.00%)

View this Pull Request on Codecov

71.30% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 95.31250% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 71.30%. Comparing base (0dd892c) to head (6b356e5).
Report is 244 commits behind head on 2.x.

Files Patch % Lines
...ransport/nativeprotocol/NativeOutboundHandler.java 95.65% 1 Missing and 1 partial ⚠️
...ransport/nativeprotocol/NativeOutboundMessage.java 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #13656      +/-   ##
============================================
+ Coverage     71.28%   71.30%   +0.02%     
- Complexity    60145    61209    +1064     
============================================
  Files          4957     5030      +73     
  Lines        282799   287818    +5019     
  Branches      41409    42072     +663     
============================================
+ Hits         201591   205239    +3648     
- Misses        64189    65240    +1051     
- Partials      17019    17339     +320     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.