Skip to content

refactor: update CallStack to store reference to VM

0278d9d
Select commit
Loading
Failed to load commit list.
Merged

refactor: update CallStack to store reference to VM #52

refactor: update CallStack to store reference to VM
0278d9d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 13, 2024 in 0s

97.04% (+0.14%) compared to 3342323

View this Pull Request on Codecov

97.04% (+0.14%) compared to 3342323

Details

Codecov Report

Attention: Patch coverage is 90.24390% with 20 lines in your changes missing coverage. Please review.

Project coverage is 97.04%. Comparing base (3342323) to head (0278d9d).

Files with missing lines Patch % Lines
...istretto_vm/src/native_methods/java_lang_system.rs 66.66% 5 Missing ⚠️
...stretto_vm/src/native_methods/java_lang_runtime.rs 40.00% 3 Missing ⚠️
...istretto_vm/src/native_methods/java_lang_thread.rs 50.00% 3 Missing ⚠️
...istretto_vm/src/native_methods/java_lang_object.rs 71.42% 2 Missing ⚠️
..._vm/src/native_methods/jdk_internal_misc_unsafe.rs 83.33% 2 Missing ⚠️
ristretto_vm/src/call_stack.rs 88.88% 1 Missing ⚠️
...tto_vm/src/native_methods/java_lang_classloader.rs 0.00% 1 Missing ⚠️
...tretto_vm/src/native_methods/java_lang_shutdown.rs 0.00% 1 Missing ⚠️
...retto_vm/src/native_methods/java_lang_throwable.rs 0.00% 1 Missing ⚠️
...tto_vm/src/native_methods/sun_io_win32errormode.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   96.89%   97.04%   +0.14%     
==========================================
  Files         120      120              
  Lines       22533    22397     -136     
==========================================
- Hits        21834    21735      -99     
+ Misses        699      662      -37     

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