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(gnovm): prevent assignment to non-assignable expressions #2896

Merged
merged 6 commits into from
Nov 7, 2024

Merge branch 'master' into fix/2889

fbc3bbe
Select commit
Loading
Failed to load commit list.
Merged

fix(gnovm): prevent assignment to non-assignable expressions #2896

Merge branch 'master' into fix/2889
fbc3bbe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 2, 2024 in 0s

63.12% (-0.21%) compared to af05780

View this Pull Request on Codecov

63.12% (-0.21%) compared to af05780

Details

Codecov Report

Attention: Patch coverage is 92.85714% with 2 lines in your changes missing coverage. Please review.

Project coverage is 63.12%. Comparing base (af05780) to head (fbc3bbe).

Files with missing lines Patch % Lines
gnovm/pkg/gnolang/type_check.go 92.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2896      +/-   ##
==========================================
- Coverage   63.32%   63.12%   -0.21%     
==========================================
  Files         548      548              
  Lines       78511    80213    +1702     
==========================================
+ Hits        49719    50636     +917     
- Misses      25438    26171     +733     
- Partials     3354     3406      +52     

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