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

build: add clippy lints #546

Merged
merged 1 commit into from
Dec 28, 2023
Merged

build: add clippy lints #546

merged 1 commit into from
Dec 28, 2023

Conversation

Wodann
Copy link
Collaborator

@Wodann Wodann commented Dec 28, 2023

No description provided.

@Wodann Wodann added the type: build Changes that affect the build system or external dependencies label Dec 28, 2023
@Wodann Wodann self-assigned this Dec 28, 2023
Copy link

codecov bot commented Dec 28, 2023

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 ⚠️
crates/mun_codegen/src/ir/body.rs 84.61% 6 Missing ⚠️
crates/mun_language_server/src/lib.rs 0.00% 6 Missing ⚠️
crates/mun_memory/src/gc/mark_sweep.rs 95.38% 6 Missing ⚠️
crates/mun_hir/src/resolve.rs 83.87% 5 Missing ⚠️
crates/mun_memory/src/type/ffi/struct.rs 44.44% 5 Missing ⚠️
crates/mun_skeptic/src/lib.rs 0.00% 5 Missing ⚠️
crates/mun_hir/src/ty/infer.rs 96.03% 4 Missing ⚠️
crates/mun_hir/src/ty/primitives.rs 60.00% 4 Missing ⚠️
crates/mun_syntax/src/token_text.rs 0.00% 4 Missing ⚠️
... and 41 more
Additional details and impacted files
@@            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     

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

@Wodann Wodann merged commit 5b87d1a into main Dec 28, 2023
19 checks passed
@Wodann Wodann added this to the Mun v0.5.0 milestone Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: build Changes that affect the build system or external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants