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

fix(tcpdump): partial checksum #1015

Merged
merged 1 commit into from
Jan 26, 2025

fix(tcpdump): partial checksum

dff1c20
Select commit
Loading
Failed to load commit list.
Merged

fix(tcpdump): partial checksum #1015

fix(tcpdump): partial checksum
dff1c20
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 29, 2024 in 0s

80.77% (+0.01%) compared to 33bf798

View this Pull Request on Codecov

80.77% (+0.01%) compared to 33bf798

Details

Codecov Report

Attention: Patch coverage is 45.71429% with 19 lines in your changes missing coverage. Please review.

Project coverage is 80.77%. Comparing base (33bf798) to head (dff1c20).
Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
src/wire/tcp.rs 0.00% 10 Missing ⚠️
src/wire/ip.rs 56.25% 7 Missing ⚠️
src/wire/ipv4.rs 0.00% 1 Missing ⚠️
src/wire/udp.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1015      +/-   ##
==========================================
+ Coverage   80.75%   80.77%   +0.01%     
==========================================
  Files          81       81              
  Lines       28340    28415      +75     
==========================================
+ Hits        22887    22953      +66     
- Misses       5453     5462       +9     

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