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): allow floats in inc/dec statements #1221

Merged
merged 2 commits into from
Nov 21, 2023

Merge branch 'master' into dev/morgan/op-inc-dec-fix

15b0ff7
Select commit
Loading
Failed to load commit list.
Merged

fix(gnolang): allow floats in inc/dec statements #1221

Merge branch 'master' into dev/morgan/op-inc-dec-fix
15b0ff7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 21, 2023 in 0s

55.94% (+0.31%) compared to 6688d1d

View this Pull Request on Codecov

55.94% (+0.31%) compared to 6688d1d

Details

Codecov Report

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

Comparison is base (6688d1d) 55.62% compared to head (15b0ff7) 55.94%.

Files Patch % Lines
gnovm/pkg/gnolang/op_inc_dec.go 0.00% 36 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1221      +/-   ##
==========================================
+ Coverage   55.62%   55.94%   +0.31%     
==========================================
  Files         420      420              
  Lines       65441    65477      +36     
==========================================
+ Hits        36400    36629     +229     
+ Misses      26188    25983     -205     
- Partials     2853     2865      +12     

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