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 segfault in State::serialize method #664

Fix segfault in State::serialize method

d041552
Select commit
Loading
Failed to load commit list.
Merged

Fix segfault in State::serialize method #664

Fix segfault in State::serialize method
d041552
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 6, 2024 in 0s

80.09% (-0.17%) compared to 5a72b12

View this Pull Request on Codecov

80.09% (-0.17%) compared to 5a72b12

Details

Codecov Report

Attention: Patch coverage is 68.75000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 80.09%. Comparing base (5a72b12) to head (d041552).

Files Patch % Lines
flight4handler.go 25.00% 5 Missing and 1 partial ⚠️
flight5handler.go 60.00% 1 Missing and 1 partial ⚠️
state.go 85.71% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #664      +/-   ##
==========================================
- Coverage   80.26%   80.09%   -0.17%     
==========================================
  Files         101      101              
  Lines        5335     5355      +20     
==========================================
+ Hits         4282     4289       +7     
- Misses        686      695       +9     
- Partials      367      371       +4     

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