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: refactor error handling #13

Merged
merged 6 commits into from
Aug 30, 2024
Merged

fix: refactor error handling #13

merged 6 commits into from
Aug 30, 2024

Conversation

yunwei37
Copy link
Member

Description

  • use neexcept for all vm functions
  • remove exit on error

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 85.21127% with 21 lines in your changes missing coverage. Please review.

Project coverage is 78.34%. Comparing base (f6a726c) to head (19010b6).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/vm.cpp 62.85% 13 Missing ⚠️
src/llvm_jit_context.cpp 72.41% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   75.96%   78.34%   +2.38%     
==========================================
  Files           9       10       +1     
  Lines        1040     1136      +96     
  Branches      105      115      +10     
==========================================
+ Hits          790      890     +100     
+ Misses        250      246       -4     
Flag Coverage Δ
bpf_conformance 61.61% <15.49%> (-4.73%) ⬇️
unittests 51.01% <85.21%> (+4.91%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@yunwei37 yunwei37 merged commit 81a6998 into main Aug 30, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant