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 - signed_off_str #550

Merged
merged 2 commits into from
Dec 29, 2023
Merged

Fix - signed_off_str #550

merged 2 commits into from
Dec 29, 2023

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Dec 29, 2023

Fixes #549

@codecov-commenter
Copy link

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (b503a18) 88.42% compared to head (f23ef64) 88.34%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/memory_management.rs 66.66% 1 Missing ⚠️
src/static_analysis.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #550      +/-   ##
==========================================
- Coverage   88.42%   88.34%   -0.08%     
==========================================
  Files          24       24              
  Lines       10266    10282      +16     
==========================================
+ Hits         9078     9084       +6     
- Misses       1188     1198      +10     

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

@Lichtso Lichtso merged commit 179a0f9 into main Dec 29, 2023
12 checks passed
@Lichtso Lichtso deleted the fix/signed_off_str branch December 29, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attempt to negate with overflow in disassembler
2 participants