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 marshalling of StringBuilder errors #533

Merged
merged 7 commits into from
Oct 8, 2024

Cleanup

3b1b506
Select commit
Loading
Failed to load commit list.
Merged

Fix marshalling of StringBuilder errors #533

Cleanup
3b1b506
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 8, 2024 in 0s

81.25% (-0.24%) compared to 2fff830

View this Pull Request on Codecov

81.25% (-0.24%) compared to 2fff830

Details

Codecov Report

Attention: Patch coverage is 79.31034% with 6 lines in your changes missing coverage. Please review.

Project coverage is 81.25%. Comparing base (2fff830) to head (3b1b506).

Files with missing lines Patch % Lines
SharpPcap/LibPcap/PcapInterface.cs 40.00% 3 Missing ⚠️
SharpPcap/LibPcap/LibPcapLiveDevice.cs 66.66% 2 Missing ⚠️
SharpPcap/LibPcap/CaptureFileReaderDevice.cs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #533      +/-   ##
==========================================
- Coverage   81.48%   81.25%   -0.24%     
==========================================
  Files          51       51              
  Lines        2825     2811      -14     
  Branches      310      307       -3     
==========================================
- Hits         2302     2284      -18     
- Misses        421      430       +9     
+ Partials      102       97       -5     

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