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

Simplify Netty RefCounting and ByteBuf Consumption #592

Merged
merged 9 commits into from
Apr 24, 2024

Remove static import

ae807ff
Select commit
Loading
Failed to load commit list.
Merged

Simplify Netty RefCounting and ByteBuf Consumption #592

Remove static import
ae807ff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 23, 2024 in 0s

75.85% (-0.17%) compared to 987125c

View this Pull Request on Codecov

75.85% (-0.17%) compared to 987125c

Details

Codecov Report

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

Project coverage is 75.85%. Comparing base (987125c) to head (ae807ff).
Report is 1 commits behind head on main.

Files Patch % Lines
...search/migrations/replay/HttpByteBufFormatter.java 82.14% 4 Missing and 1 partial ⚠️
...h/migrations/replay/ParsedHttpMessagesAsDicts.java 81.81% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #592      +/-   ##
============================================
- Coverage     76.02%   75.85%   -0.17%     
- Complexity     1494     1495       +1     
============================================
  Files           162      165       +3     
  Lines          6348     6362      +14     
  Branches        572      573       +1     
============================================
  Hits           4826     4826              
- Misses         1145     1158      +13     
- Partials        377      378       +1     

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