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

refactor: extract mun_hir_input #571

Merged
merged 4 commits into from
Jul 30, 2024

reformat

282fed4
Select commit
Loading
Failed to load commit list.
Merged

refactor: extract mun_hir_input #571

reformat
282fed4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 30, 2024 in 1s

87.40% (+0.00%) compared to cf1bae3

View this Pull Request on Codecov

87.40% (+0.00%) compared to cf1bae3

Details

Codecov Report

Attention: Patch coverage is 94.35484% with 7 lines in your changes missing coverage. Please review.

Project coverage is 87.40%. Comparing base (cf1bae3) to head (282fed4).

Files Patch % Lines
crates/mun_codegen/src/mock.rs 66.66% 1 Missing ⚠️
crates/mun_codegen/src/module_group.rs 0.00% 1 Missing ⚠️
crates/mun_compiler/src/db.rs 50.00% 1 Missing ⚠️
crates/mun_hir_input/src/module_tree.rs 83.33% 1 Missing ⚠️
crates/mun_hir_input/src/package_set.rs 0.00% 1 Missing ⚠️
crates/mun_language_server/src/analysis.rs 80.00% 1 Missing ⚠️
crates/mun_language_server/src/db.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #571   +/-   ##
=======================================
  Coverage   87.40%   87.40%           
=======================================
  Files         274      276    +2     
  Lines       32543    32531   -12     
=======================================
- Hits        28444    28434   -10     
+ Misses       4099     4097    -2     

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