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

feat: don't allocate in UDP recv path #2184

Merged
merged 4 commits into from
Oct 23, 2024

feat(bin): don't allocate in UDP recv path (#2189)

2b322d7
Select commit
Loading
Failed to load commit list.
Merged

feat: don't allocate in UDP recv path #2184

feat(bin): don't allocate in UDP recv path (#2189)
2b322d7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2024 in 0s

95.39% (+0.00%) compared to 9f1c2f3

View this Pull Request on Codecov

95.39% (+0.00%) compared to 9f1c2f3

Details

Codecov Report

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

Project coverage is 95.39%. Comparing base (9f1c2f3) to head (2b322d7).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
neqo-common/src/datagram.rs 93.18% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2184   +/-   ##
=======================================
  Coverage   95.39%   95.39%           
=======================================
  Files         112      112           
  Lines       36373    36447   +74     
=======================================
+ Hits        34697    34769   +72     
- Misses       1676     1678    +2     

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