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: GC #2735

Closed
wants to merge 58 commits into from

save

fb1dae0
Select commit
Loading
Failed to load commit list.
Closed

feat: GC #2735

save
fb1dae0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 30, 2024 in 0s

60.98% (+0.08%) compared to 69400d4

View this Pull Request on Codecov

60.98% (+0.08%) compared to 69400d4

Details

Codecov Report

Attention: Patch coverage is 84.88372% with 39 lines in your changes missing coverage. Please review.

Project coverage is 60.98%. Comparing base (69400d4) to head (fb1dae0).

Files with missing lines Patch % Lines
gnovm/pkg/gnolang/alloc.go 68.60% 25 Missing and 2 partials ⚠️
gnovm/pkg/gnolang/gc.go 95.18% 2 Missing and 2 partials ⚠️
gnovm/pkg/gnolang/op_expressions.go 73.33% 3 Missing and 1 partial ⚠️
gno.land/pkg/sdk/vm/keeper.go 33.33% 2 Missing ⚠️
gnovm/pkg/gnolang/values.go 89.47% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2735      +/-   ##
==========================================
+ Coverage   60.90%   60.98%   +0.08%     
==========================================
  Files         564      565       +1     
  Lines       75273    75520     +247     
==========================================
+ Hits        45844    46057     +213     
- Misses      26057    26087      +30     
- Partials     3372     3376       +4     

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