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

chores: better panic message

7db8fa9
Select commit
Loading
Failed to load commit list.
Merged

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

chores: better panic message
7db8fa9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 10, 2024 in 0s

55.02% (+0.00%) compared to 6432573

View this Pull Request on Codecov

55.02% (+0.00%) 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 55.02%. Comparing base (6432573) to head (7db8fa9).

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%   55.02%           
=======================================
  Files         595      595           
  Lines       79645    79707   +62     
=======================================
+ Hits        43824    43859   +35     
- Misses      32503    32530   +27     
  Partials     3318     3318           

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