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(gnolang): ensure complete Uverse initialization #2997

Merged
merged 7 commits into from
Oct 25, 2024

Merge branch 'dev/morgan/uverse-fix' of github.com:gnolang/gno into d…

cd46837
Select commit
Loading
Failed to load commit list.
Merged

fix(gnolang): ensure complete Uverse initialization #2997

Merge branch 'dev/morgan/uverse-fix' of github.com:gnolang/gno into d…
cd46837
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 24, 2024 in 0s

63.40% (+0.21%) compared to 5c876f3

View this Pull Request on Codecov

63.40% (+0.21%) compared to 5c876f3

Details

Codecov Report

Attention: Patch coverage is 78.25261% with 229 lines in your changes missing coverage. Please review.

Project coverage is 63.40%. Comparing base (5c876f3) to head (cd46837).
Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
gnovm/tests/file.go 34.83% 51 Missing and 7 partials ⚠️
gnovm/pkg/gnolang/preprocess.go 93.17% 24 Missing and 10 partials ⚠️
gnovm/stdlibs/std/params.go 0.00% 34 Missing ⚠️
gnovm/pkg/gnolang/types.go 0.00% 15 Missing ⚠️
gnovm/pkg/gnolang/nodes_string.go 38.88% 10 Missing and 1 partial ⚠️
gnovm/pkg/gnolang/values.go 77.08% 9 Missing and 2 partials ⚠️
gnovm/pkg/gnolang/nodes.go 68.96% 5 Missing and 4 partials ⚠️
gnovm/pkg/gnolang/op_call.go 52.94% 6 Missing and 2 partials ⚠️
tm2/pkg/sdk/params/handler.go 81.57% 4 Missing and 3 partials ⚠️
tm2/pkg/sdk/params/keeper.go 91.66% 4 Missing and 2 partials ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2997      +/-   ##
==========================================
+ Coverage   63.18%   63.40%   +0.21%     
==========================================
  Files         561      565       +4     
  Lines       78636    79473     +837     
==========================================
+ Hits        49690    50389     +699     
- Misses      25569    25690     +121     
- Partials     3377     3394      +17     

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