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): correct type for shift expression #1775

Merged
merged 148 commits into from
Oct 15, 2024

fixup

40369a2
Select commit
Loading
Failed to load commit list.
Merged

fix(gnovm): correct type for shift expression #1775

fixup
40369a2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2024 in 0s

60.19% (+0.04%) compared to 14b9015

View this Pull Request on Codecov

60.19% (+0.04%) compared to 14b9015

Details

Codecov Report

Attention: Patch coverage is 72.41379% with 16 lines in your changes missing coverage. Please review.

Project coverage is 60.19%. Comparing base (14b9015) to head (40369a2).
Report is 4 commits behind head on master.

Files Patch % Lines
gnovm/pkg/gnolang/preprocess.go 76.92% 7 Missing and 5 partials ⚠️
gnovm/pkg/gnolang/values_conversions.go 0.00% 3 Missing ⚠️
gnovm/pkg/gnolang/type_check.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1775      +/-   ##
==========================================
+ Coverage   60.15%   60.19%   +0.04%     
==========================================
  Files         560      560              
  Lines       74738    75243     +505     
==========================================
+ Hits        44955    45292     +337     
- Misses      26397    26556     +159     
- Partials     3386     3395       +9     

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