dotpcap / sharppcap

Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
1.28k stars 267 forks source link

Fix flaky transmit tests #401

Closed kayoub5 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #401 (f0a53f6) into master (790246e) will increase coverage by 0.55%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #401      +/-   ##
==========================================
+ Coverage   83.18%   83.73%   +0.55%     
==========================================
  Files          49       51       +2     
  Lines        2748     2798      +50     
  Branches      301      307       +6     
==========================================
+ Hits         2286     2343      +57     
+ Misses        343      336       -7     
  Partials      119      119              
Impacted Files Coverage Δ
SharpPcap/LibPcap/PcapHandle.cs 92.85% <0.00%> (-7.15%) :arrow_down:
SharpPcap/LibPcap/CaptureReaderDevice.cs 100.00% <0.00%> (ø)
SharpPcap/LibPcap/CaptureHandleReaderDevice.cs 66.66% <0.00%> (ø)
SharpPcap/LibPcap/PcapDevice.cs 76.76% <0.00%> (+0.50%) :arrow_up:
SharpPcap/Statistics/StatisticsDevice.cs 87.50% <0.00%> (+1.38%) :arrow_up:
SharpPcap/LibPcap/LibPcapLiveDevice.cs 78.26% <0.00%> (+3.80%) :arrow_up:
SharpPcap/LibPcap/CaptureFileWriterDevice.cs 85.00% <0.00%> (+5.00%) :arrow_up:
SharpPcap/LibPcap/CaptureFileReaderDevice.cs 80.48% <0.00%> (+9.75%) :arrow_up:
SharpPcap/LibPcap/LibPcapSafeNativeMethods.cs 66.66% <0.00%> (+9.99%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 790246e...f0a53f6. Read the comment docs.