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

vm: AnyCache #10825

Merged
merged 9 commits into from
Mar 20, 2024

address reviews

adb7000
Select commit
Loading
Failed to load commit list.
Merged

vm: AnyCache #10825

address reviews
adb7000
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 19, 2024 in 0s

71.60% (+0.02%) compared to 7cb9087

View this Pull Request on Codecov

71.60% (+0.02%) compared to 7cb9087

Details

Codecov Report

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

Project coverage is 71.60%. Comparing base (7cb9087) to head (adb7000).

Files Patch % Lines
runtime/near-vm-runner/src/cache.rs 91.42% 7 Missing and 5 partials ⚠️
runtime/near-vm-runner/src/near_vm_runner.rs 90.27% 1 Missing and 6 partials ⚠️
core/store/src/lib.rs 66.66% 1 Missing ⚠️
nearcore/src/config.rs 85.71% 0 Missing and 1 partial ⚠️
runtime/near-vm-runner/src/wasmer_runner.rs 75.00% 1 Missing ⚠️
runtime/near-vm-runner/src/wasmtime_runner.rs 50.00% 1 Missing ⚠️
...ntime/runtime-params-estimator/src/vm_estimator.rs 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10825      +/-   ##
==========================================
+ Coverage   71.57%   71.60%   +0.02%     
==========================================
  Files         760      760              
  Lines      153133   153263     +130     
  Branches   153133   153263     +130     
==========================================
+ Hits       109607   109740     +133     
+ Misses      38539    38535       -4     
- Partials     4987     4988       +1     

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