mun-lang / mun

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

build: add clippy lints #546

Closed Wodann closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (16821fb) 87.20% compared to head (7846f3c) 87.43%.

Files Patch % Lines
crates/mun_language_server/src/handlers.rs 71.73% 13 Missing :warning:
crates/mun_codegen/src/ir/body.rs 84.61% 6 Missing :warning:
crates/mun_language_server/src/lib.rs 0.00% 6 Missing :warning:
crates/mun_memory/src/gc/mark_sweep.rs 95.38% 6 Missing :warning:
crates/mun_hir/src/resolve.rs 83.87% 5 Missing :warning:
crates/mun_memory/src/type/ffi/struct.rs 44.44% 5 Missing :warning:
crates/mun_skeptic/src/lib.rs 0.00% 5 Missing :warning:
crates/mun_hir/src/ty/infer.rs 96.03% 4 Missing :warning:
crates/mun_hir/src/ty/primitives.rs 60.00% 4 Missing :warning:
crates/mun_syntax/src/token_text.rs 0.00% 4 Missing :warning:
... and 41 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #546 +/- ## ========================================== + Coverage 87.20% 87.43% +0.22% ========================================== Files 269 269 Lines 31167 31139 -28 ========================================== + Hits 27180 27226 +46 + Misses 3987 3913 -74 ```

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