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 2 of 3 #1246

Merged
merged 12 commits into from
May 31, 2024

gofumpt tests/files/assign_unnamed_type

e81b682
Select commit
Loading
Failed to load commit list.
Merged

feat: named and unnamed type assignment 2 of 3 #1246

gofumpt tests/files/assign_unnamed_type
e81b682
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 9, 2023 in 0s

55.96% (-0.01%) compared to c33c9f2

View this Pull Request on Codecov

55.96% (-0.01%) compared to c33c9f2

Details

Codecov Report

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

Comparison is base (c33c9f2) 55.96% compared to head (e81b682) 55.96%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1246      +/-   ##
==========================================
- Coverage   55.96%   55.96%   -0.01%     
==========================================
  Files         420      420              
  Lines       65380    65470      +90     
==========================================
+ Hits        36592    36641      +49     
- Misses      25932    25972      +40     
- Partials     2856     2857       +1     
Files Coverage Δ
gnovm/pkg/gnolang/preprocess.go 63.60% <85.00%> (+0.29%) ⬆️
gnovm/pkg/gnolang/values_string.go 11.85% <0.00%> (-0.75%) ⬇️
gnovm/pkg/gnolang/types.go 41.03% <45.00%> (+0.09%) ⬆️

... and 7 files with indirect coverage changes

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