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

feat: implement memory transaction #702

Merged
merged 1 commit into from
May 10, 2024

refactor: implement memory engine transaction

fe77c41
Select commit
Loading
Failed to load commit list.
Merged

feat: implement memory transaction #702

refactor: implement memory engine transaction
fe77c41
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 29, 2024 in 0s

75.32% (-0.24%) compared to e35b35a

View this Pull Request on Codecov

75.32% (-0.24%) compared to e35b35a

Details

Codecov Report

Attention: Patch coverage is 20.56075% with 85 lines in your changes are missing coverage. Please review.

Project coverage is 75.32%. Comparing base (e35b35a) to head (fe77c41).
Report is 48 commits behind head on master.

Files Patch % Lines
crates/engine/src/memory_engine/transaction.rs 13.40% 82 Missing and 2 partials ⚠️
crates/engine/src/memory_engine/mod.rs 90.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #702      +/-   ##
==========================================
- Coverage   75.55%   75.32%   -0.24%     
==========================================
  Files         180      187       +7     
  Lines       26938    27665     +727     
  Branches    26938    27665     +727     
==========================================
+ Hits        20353    20838     +485     
- Misses       5366     5542     +176     
- Partials     1219     1285      +66     

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