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(vm): Move all vm versions to the one crate #249

Merged
merged 2 commits into from
Oct 18, 2023

Merge branch 'main' into deniallugo-merge-all-vms

9fa9696
Select commit
Loading
Failed to load commit list.
Merged

feat(vm): Move all vm versions to the one crate #249

Merge branch 'main' into deniallugo-merge-all-vms
9fa9696
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2023 in 0s

33.05% (+0.02%) compared to 42c64e9

View this Pull Request on Codecov

33.05% (+0.02%) compared to 42c64e9

Details

Codecov Report

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

Comparison is base (42c64e9) 33.02% compared to head (9fa9696) 33.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #249      +/-   ##
==========================================
+ Coverage   33.02%   33.05%   +0.02%     
==========================================
  Files         537      537              
  Lines       28031    28003      -28     
==========================================
- Hits         9258     9255       -3     
+ Misses      18773    18748      -25     
Files Coverage Δ
core/bin/system-constants-generator/src/utils.rs 0.00% <ø> (ø)
core/lib/multivm/src/glue/block_properties.rs 0.00% <ø> (ø)
...ultivm/src/glue/types/vm/bytecompression_result.rs 0.00% <ø> (ø)
.../multivm/src/versions/vm_1_3_2/bootloader_state.rs 45.45% <ø> (ø)
...m/src/versions/vm_1_3_2/errors/bootloader_error.rs 0.00% <ø> (ø)
...m/src/versions/vm_1_3_2/errors/tx_revert_reason.rs 0.00% <ø> (ø)
...m/src/versions/vm_1_3_2/errors/vm_revert_reason.rs 68.96% <ø> (ø)
...re/lib/multivm/src/versions/vm_1_3_2/event_sink.rs 1.51% <ø> (ø)
core/lib/multivm/src/versions/vm_1_3_2/events.rs 0.00% <ø> (ø)
.../multivm/src/versions/vm_1_3_2/history_recorder.rs 8.48% <ø> (ø)
... and 166 more

... and 48 files with indirect coverage changes

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