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

fix(gnovm): Fix panic when calling len()/cap() on pointer array #2709

Merged
merged 9 commits into from
Sep 13, 2024

fixup

044054d
Select commit
Loading
Failed to load commit list.
Merged

fix(gnovm): Fix panic when calling len()/cap() on pointer array #2709

fixup
044054d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 13, 2024 in 0s

60.84% (-0.01%) compared to 11d29a2

View this Pull Request on Codecov

60.84% (-0.01%) compared to 11d29a2

Details

Codecov Report

Attention: Patch coverage is 58.33333% with 15 lines in your changes missing coverage. Please review.

Project coverage is 60.84%. Comparing base (11d29a2) to head (044054d).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
gnovm/pkg/gnolang/values.go 58.33% 12 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2709      +/-   ##
==========================================
- Coverage   60.85%   60.84%   -0.01%     
==========================================
  Files         563      563              
  Lines       75169    75190      +21     
==========================================
+ Hits        45741    45749       +8     
- Misses      26062    26073      +11     
- Partials     3366     3368       +2     

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