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/patch failed Jan 7, 2024 in 1s

81.74% of diff hit (target 87.37%)

View this Pull Request on Codecov

81.74% of diff hit (target 87.37%)

Annotations

Check warning on line 37 in crates/mun_diagnostics/src/hir/duplicate_definition_error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_diagnostics/src/hir/duplicate_definition_error.rs#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 8 in crates/mun_hir/src/code_model/impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/impl.rs#L8

Added line #L8 was not covered by tests

Check warning on line 18 in crates/mun_hir/src/code_model/impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/impl.rs#L15-L18

Added lines #L15 - L18 were not covered by tests

Check warning on line 26 in crates/mun_hir/src/code_model/impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/impl.rs#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 31 in crates/mun_hir/src/code_model/impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/impl.rs#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 38 in crates/mun_hir/src/code_model/impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/impl.rs#L34-L38

Added lines #L34 - L38 were not covered by tests

Check warning on line 48 in crates/mun_hir/src/code_model/impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/impl.rs#L41-L48

Added lines #L41 - L48 were not covered by tests

Check warning on line 51 in crates/mun_hir/src/code_model/impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/impl.rs#L51

Added line #L51 was not covered by tests

Check warning on line 61 in crates/mun_hir/src/code_model/impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/impl.rs#L57-L61

Added lines #L57 - L61 were not covered by tests

Check warning on line 67 in crates/mun_hir/src/code_model/impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/impl.rs#L65-L67

Added lines #L65 - L67 were not covered by tests

Check warning on line 70 in crates/mun_hir/src/code_model/impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/impl.rs#L70

Added line #L70 was not covered by tests

Check warning on line 30 in crates/mun_hir/src/code_model/type_alias.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/code_model/type_alias.rs#L30

Added line #L30 was not covered by tests

Check warning on line 828 in crates/mun_hir/src/diagnostics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/diagnostics.rs#L828

Added line #L828 was not covered by tests

Check warning on line 836 in crates/mun_hir/src/diagnostics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/diagnostics.rs#L834-L836

Added lines #L834 - L836 were not covered by tests

Check warning on line 840 in crates/mun_hir/src/diagnostics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/diagnostics.rs#L838-L840

Added lines #L838 - L840 were not covered by tests

Check warning on line 844 in crates/mun_hir/src/diagnostics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/diagnostics.rs#L842-L844

Added lines #L842 - L844 were not covered by tests

Check warning on line 847 in crates/mun_hir/src/diagnostics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/diagnostics.rs#L847

Added line #L847 was not covered by tests

Check warning on line 863 in crates/mun_hir/src/diagnostics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/diagnostics.rs#L861-L863

Added lines #L861 - L863 were not covered by tests

Check warning on line 17 in crates/mun_hir/src/has_module.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/has_module.rs#L17

Added line #L17 was not covered by tests

Check warning on line 25 in crates/mun_hir/src/has_module.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/has_module.rs#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 57 in crates/mun_hir/src/has_module.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/has_module.rs#L53-L57

Added lines #L53 - L57 were not covered by tests

Check warning on line 105 in crates/mun_hir/src/ids.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/ids.rs#L103-L105

Added lines #L103 - L105 were not covered by tests

Check warning on line 192 in crates/mun_hir/src/ids.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/ids.rs#L192

Added line #L192 was not covered by tests

Check warning on line 314 in crates/mun_hir/src/item_tree.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/item_tree.rs#L314

Added line #L314 was not covered by tests

Check warning on line 331 in crates/mun_hir/src/item_tree.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/item_tree.rs#L331

Added line #L331 was not covered by tests