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(gno.land): pre-load all standard libraries in vm.Initialize #2504

Merged
merged 17 commits into from
Jul 6, 2024

Merge branch 'master' into dev/morgan/preload-stdlibs

2bfba4b
Select commit
Loading
Failed to load commit list.
Merged

fix(gno.land): pre-load all standard libraries in vm.Initialize #2504

Merge branch 'master' into dev/morgan/preload-stdlibs
2bfba4b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 5, 2024 in 0s

54.75% (+0.04%) compared to 1c162de

View this Pull Request on Codecov

54.75% (+0.04%) compared to 1c162de

Details

Codecov Report

Attention: Patch coverage is 74.35897% with 40 lines in your changes missing coverage. Please review.

Project coverage is 54.75%. Comparing base (1c162de) to head (2bfba4b).

Files Patch % Lines
misc/genstd/walk.go 50.00% 7 Missing and 6 partials ⚠️
gno.land/pkg/sdk/vm/keeper.go 83.87% 7 Missing and 3 partials ⚠️
gnovm/pkg/gnolang/store.go 0.00% 6 Missing ⚠️
misc/genstd/util.go 62.50% 2 Missing and 1 partial ⚠️
gno.land/pkg/gnoland/app.go 0.00% 2 Missing ⚠️
gnovm/stdlibs/generated.go 0.00% 2 Missing ⚠️
gnovm/tests/stdlibs/generated.go 0.00% 2 Missing ⚠️
gno.land/pkg/gnoland/node_inmemory.go 0.00% 1 Missing ⚠️
misc/genstd/genstd.go 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2504      +/-   ##
==========================================
+ Coverage   54.70%   54.75%   +0.04%     
==========================================
  Files         590      592       +2     
  Lines       79036    79150     +114     
==========================================
+ Hits        43236    43337     +101     
+ Misses      32550    32545       -5     
- Partials     3250     3268      +18     

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