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(transpiler): transpile gno standard libraries #1695

Merged
merged 105 commits into from
Jun 19, 2024

Merge branch 'master' into dev/morgan/precompile-refactor-2

ced8ae8
Select commit
Loading
Failed to load commit list.
Merged

feat(transpiler): transpile gno standard libraries #1695

Merge branch 'master' into dev/morgan/precompile-refactor-2
ced8ae8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 19, 2024 in 0s

58.18% (+3.55%) compared to feb3051

View this Pull Request on Codecov

58.18% (+3.55%) compared to feb3051

Details

Codecov Report

Attention: Patch coverage is 58.13953% with 108 lines in your changes missing coverage. Please review.

Project coverage is 58.18%. Comparing base (feb3051) to head (ced8ae8).

Files Patch % Lines
gnovm/cmd/gno/transpile.go 24.34% 87 Missing ⚠️
gnovm/cmd/gno/util.go 79.41% 4 Missing and 3 partials ⚠️
gnovm/pkg/transpiler/transpiler.go 90.27% 4 Missing and 3 partials ⚠️
gnovm/pkg/gnomod/gnomod.go 81.81% 1 Missing and 1 partial ⚠️
gnovm/stdlibs/stdlibs.go 75.00% 1 Missing and 1 partial ⚠️
gnovm/tests/stdlibs/native.go 0.00% 2 Missing ⚠️
gnovm/cmd/gno/test.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1695      +/-   ##
==========================================
+ Coverage   54.63%   58.18%   +3.55%     
==========================================
  Files         582      458     -124     
  Lines       78401    68499    -9902     
==========================================
- Hits        42833    39857    -2976     
+ Misses      32358    25676    -6682     
+ Partials     3210     2966     -244     

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