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: named and unnamed type assignment 3 of 3 #2367

Merged
merged 19 commits into from
Jul 19, 2024

Merge branch 'fix_decompose_assignment' of https://github.com/piux2/g…

e214285
Select commit
Loading
Failed to load commit list.
Merged

feat: named and unnamed type assignment 3 of 3 #2367

Merge branch 'fix_decompose_assignment' of https://github.com/piux2/g…
e214285
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 18, 2024 in 0s

54.99% (-0.03%) compared to 6432573

View this Pull Request on Codecov

54.99% (-0.03%) compared to 6432573

Details

Codecov Report

Attention: Patch coverage is 33.80282% with 47 lines in your changes missing coverage. Please review.

Project coverage is 54.99%. Comparing base (6432573) to head (e214285).
Report is 15 commits behind head on master.

Files Patch % Lines
gnovm/pkg/gnolang/preprocess.go 25.58% 29 Missing and 3 partials ⚠️
gnovm/pkg/gnolang/nodes.go 23.07% 10 Missing ⚠️
gnovm/pkg/gnolang/values.go 33.33% 3 Missing and 1 partial ⚠️
gnovm/pkg/gnolang/transcribe.go 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2367      +/-   ##
==========================================
- Coverage   55.02%   54.99%   -0.03%     
==========================================
  Files         595      595              
  Lines       79645    79960     +315     
==========================================
+ Hits        43824    43974     +150     
- Misses      32503    32670     +167     
+ Partials     3318     3316       -2     

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