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: account for recursion when stringing to avoid overflow #1315

Merged
merged 21 commits into from
Dec 21, 2023

use type inference to avoid further type switches

aadbe3a
Select commit
Loading
Failed to load commit list.
Merged

fix: account for recursion when stringing to avoid overflow #1315

use type inference to avoid further type switches
aadbe3a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 7, 2023 in 1s

56.27% (+0.18%) compared to 71ba96d

View this Pull Request on Codecov

56.27% (+0.18%) compared to 71ba96d

Details

Codecov Report

Attention: 50 lines in your changes are missing coverage. Please review.

Comparison is base (71ba96d) 56.08% compared to head (aadbe3a) 56.27%.
Report is 4 commits behind head on master.

Files Patch % Lines
gnovm/pkg/gnolang/values_string.go 45.05% 41 Missing and 9 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1315      +/-   ##
==========================================
+ Coverage   56.08%   56.27%   +0.18%     
==========================================
  Files         421      422       +1     
  Lines       65436    65772     +336     
==========================================
+ Hits        36700    37010     +310     
+ Misses      25870    25869       -1     
- Partials     2866     2893      +27     

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