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

Resolve clippy errors after Rust update #915

Merged
merged 2 commits into from
Dec 3, 2024

Use &str instead of &String

90fa862
Select commit
Loading
Failed to load commit list.
Merged

Resolve clippy errors after Rust update #915

Use &str instead of &String
90fa862
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 2, 2024 in 0s

76.97% (-0.05%) compared to 2d2c6b8

View this Pull Request on Codecov

76.97% (-0.05%) compared to 2d2c6b8

Details

Codecov Report

Attention: Patch coverage is 73.63636% with 58 lines in your changes missing coverage. Please review.

Project coverage is 76.97%. Comparing base (2d2c6b8) to head (90fa862).

Files with missing lines Patch % Lines
src/graphql/sysmon.rs 0.00% 28 Missing ⚠️
src/graphql/network.rs 88.35% 17 Missing ⚠️
src/graphql/export.rs 0.00% 5 Missing ⚠️
src/graphql/netflow.rs 0.00% 5 Missing ⚠️
src/graphql.rs 91.30% 2 Missing ⚠️
src/publish.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #915      +/-   ##
==========================================
- Coverage   77.01%   76.97%   -0.05%     
==========================================
  Files          31       31              
  Lines       25569    25806     +237     
==========================================
+ Hits        19692    19864     +172     
- Misses       5877     5942      +65     

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