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

refactor pvm memory #257

Merged
merged 7 commits into from
Jan 2, 2025

fix sbrk

cb38eb8
Select commit
Loading
Failed to load commit list.
Merged

refactor pvm memory #257

fix sbrk
cb38eb8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 31, 2024 in 0s

77.22% (+1.14%) compared to 667f5b3

View this Pull Request on Codecov

77.22% (+1.14%) compared to 667f5b3

Details

Codecov Report

Attention: Patch coverage is 87.14919% with 87 lines in your changes missing coverage. Please review.

Project coverage is 77.22%. Comparing base (667f5b3) to head (cb38eb8).

Files with missing lines Patch % Lines
PolkaVM/Sources/PolkaVM/Memory.swift 82.55% 71 Missing ⚠️
.../Blockchain/VMInvocations/HostCall/HostCalls.swift 0.00% 8 Missing ⚠️
PolkaVM/Sources/PolkaVM/VMState.swift 0.00% 5 Missing ⚠️
...s/Blockchain/VMInvocations/HostCall/HostCall.swift 0.00% 1 Missing ⚠️
PolkaVM/Sources/PolkaVM/Instruction.swift 0.00% 1 Missing ⚠️
PolkaVM/Sources/PolkaVM/StandardProgram.swift 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #257      +/-   ##
==========================================
+ Coverage   76.08%   77.22%   +1.14%     
==========================================
  Files         284      285       +1     
  Lines       22250    22740     +490     
==========================================
+ Hits        16928    17561     +633     
+ Misses       5322     5179     -143     

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