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: completion of self and Self #579

Merged
merged 1 commit into from
Jan 13, 2025

fix: completion of self

a32c297
Select commit
Loading
Failed to load commit list.
Merged

feat: completion of self and Self #579

fix: completion of self
a32c297
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 11, 2025 in 0s

87.71% (+0.09%) compared to 058072c

View this Pull Request on Codecov

87.71% (+0.09%) compared to 058072c

Details

Codecov Report

Attention: Patch coverage is 98.47328% with 2 lines in your changes missing coverage. Please review.

Project coverage is 87.71%. Comparing base (058072c) to head (a32c297).

Files with missing lines Patch % Lines
crates/mun_hir/src/semantics.rs 0.00% 1 Missing ⚠️
crates/mun_language_server/src/completion/expr.rs 98.14% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #579      +/-   ##
==========================================
+ Coverage   87.62%   87.71%   +0.09%     
==========================================
  Files         273      273              
  Lines       32044    32139      +95     
==========================================
+ Hits        28078    28191     +113     
+ Misses       3966     3948      -18     

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