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: parsing & hir of impl blocks #551

Merged
merged 4 commits into from
Jan 7, 2024

fix: increase code coverage

9290fd5
Select commit
Loading
Failed to load commit list.
Merged

feat: parsing & hir of impl blocks #551

fix: increase code coverage
9290fd5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 7, 2024 in 0s

87.42% (+0.05%) compared to 99e5217

View this Pull Request on Codecov

87.42% (+0.05%) compared to 99e5217

Details

Codecov Report

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

Comparison is base (99e5217) 87.37% compared to head (9290fd5) 87.42%.
Report is 3 commits behind head on main.

Files Patch % Lines
crates/mun_hir/src/code_model/impl.rs 53.42% 34 Missing ⚠️
crates/mun_hir/src/method_resolution.rs 87.50% 27 Missing ⚠️
crates/mun_syntax/src/ast/extensions.rs 0.00% 18 Missing ⚠️
crates/mun_hir/src/diagnostics.rs 33.33% 14 Missing ⚠️
crates/mun_syntax/src/ast/generated.rs 76.66% 14 Missing ⚠️
crates/mun_hir/src/has_module.rs 64.00% 9 Missing ⚠️
crates/mun_hir/src/ids.rs 60.00% 4 Missing ⚠️
crates/mun_syntax/src/parsing/grammar/traits.rs 82.60% 4 Missing ⚠️
crates/mun_hir/src/utils.rs 57.14% 3 Missing ⚠️
..._diagnostics/src/hir/duplicate_definition_error.rs 88.23% 2 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #551      +/-   ##
==========================================
+ Coverage   87.37%   87.42%   +0.05%     
==========================================
  Files         271      276       +5     
  Lines       31309    31970     +661     
==========================================
+ Hits        27357    27951     +594     
- Misses       3952     4019      +67     

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