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(stdlibs): add package strconv #1464

Merged
merged 22 commits into from
Oct 17, 2024

remove SwitchStmt from BreakableNode

f8618e8
Select commit
Loading
Failed to load commit list.
Merged

feat(stdlibs): add package strconv #1464

remove SwitchStmt from BreakableNode
f8618e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2024 in 0s

63.47% (+2.36%) compared to 6d986bf

View this Pull Request on Codecov

63.47% (+2.36%) compared to 6d986bf

Details

Codecov Report

Attention: Patch coverage is 83.07692% with 11 lines in your changes missing coverage. Please review.

Project coverage is 63.47%. Comparing base (6d986bf) to head (f8618e8).

Files with missing lines Patch % Lines
gnovm/pkg/gnolang/machine.go 70.37% 6 Missing and 2 partials ⚠️
gnovm/pkg/gnolang/preprocess.go 92.85% 1 Missing and 1 partial ⚠️
gnovm/pkg/gnolang/gonative.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1464      +/-   ##
==========================================
+ Coverage   61.11%   63.47%   +2.36%     
==========================================
  Files         565      552      -13     
  Lines       75396    86833   +11437     
==========================================
+ Hits        46077    55117    +9040     
- Misses      25950    28135    +2185     
- Partials     3369     3581     +212     

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