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

cl: fix slicelit for assignStmt/returnStmt #1959

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

visualfc
Copy link
Member

fix #1954

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.30%. Comparing base (6033472) to head (73e7568).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1959   +/-   ##
=======================================
  Coverage   93.29%   93.30%           
=======================================
  Files          42       42           
  Lines       11653    11662    +9     
=======================================
+ Hits        10872    10881    +9     
  Misses        624      624           
  Partials      157      157           

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

@xushiwei xushiwei merged commit 5ce3b8d into goplus:main Jul 31, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

type of slice literals in variable assignments
2 participants