mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.85k stars 73 forks source link

refactor: improve item tree display #547

Closed baszalmstra closed 9 months ago

baszalmstra commented 9 months ago

A refactor to format ItemTrees properly. I need this for testing impls.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (5b87d1a) 87.13% compared to head (3fa196e) 87.11%.

Files Patch % Lines
crates/mun_hir/src/pretty.rs 75.67% 9 Missing :warning:
crates/mun_hir/src/item_tree/pretty.rs 98.13% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #547 +/- ## ========================================== - Coverage 87.13% 87.11% -0.02% ========================================== Files 269 271 +2 Lines 31103 31273 +170 ========================================== + Hits 27102 27244 +142 - Misses 4001 4029 +28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.