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

Abstracting outbound side of transport #13293

Merged
merged 11 commits into from
May 13, 2024

Abstracting TransportLoggerTests

cc43b4b
Select commit
Loading
Failed to load commit list.
Merged

Abstracting outbound side of transport #13293

Abstracting TransportLoggerTests
cc43b4b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 9, 2024 in 0s

71.52% (target 70.00%)

View this Pull Request on Codecov

71.52% (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.52%. Comparing base (b15cb0c) to head (cc43b4b).
Report is 273 commits behind head on main.

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              @@
##               main   #13293      +/-   ##
============================================
+ Coverage     71.42%   71.52%   +0.10%     
- Complexity    59978    61039    +1061     
============================================
  Files          4985     5054      +69     
  Lines        282275   287150    +4875     
  Branches      40946    41607     +661     
============================================
+ Hits         201603   205373    +3770     
- Misses        63999    64813     +814     
- Partials      16673    16964     +291     

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