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 race condition in Packet.MarshalTo() #234

Merged
merged 1 commit into from
Jul 28, 2023

Fix race condition in Packet.MarshalTo()

2552a6d
Select commit
Loading
Failed to load commit list.
Merged

Fix race condition in Packet.MarshalTo() #234

Fix race condition in Packet.MarshalTo()
2552a6d
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Jul 28, 2023 in 0s

87.38% (-0.01%) compared to ce70bc1

View this Pull Request on Codecov

87.38% (-0.01%) compared to ce70bc1

Details

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (ce70bc1) 87.39% compared to head (2552a6d) 87.38%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #234      +/-   ##
==========================================
- Coverage   87.39%   87.38%   -0.01%     
==========================================
  Files          20       20              
  Lines        1888     1887       -1     
==========================================
- Hits         1650     1649       -1     
  Misses        207      207              
  Partials       31       31              
Files Changed Coverage Δ
packet.go 88.01% <ø> (-0.04%) ⬇️

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