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

Fix-should-panic-lint #127

Merged
merged 6 commits into from
Feb 24, 2024

fix some more clippy lints

7d98fd2
Select commit
Loading
Failed to load commit list.
Merged

Fix-should-panic-lint #127

fix some more clippy lints
7d98fd2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 24, 2024 in 0s

14.33% (+0.17%) compared to cf57b7e

View this Pull Request on Codecov

14.33% (+0.17%) compared to cf57b7e

Details

Codecov Report

Attention: Patch coverage is 53.84615% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 14.33%. Comparing base (cf57b7e) to head (7d98fd2).

Files Patch % Lines
cache/src/lib.rs 12.50% 7 Missing ⚠️
odilia/src/events/object.rs 0.00% 2 Missing ⚠️
odilia/src/main.rs 0.00% 2 Missing ⚠️
odilia/src/state.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
+ Coverage   14.15%   14.33%   +0.17%     
==========================================
  Files          16       16              
  Lines        1533     1556      +23     
==========================================
+ Hits          217      223       +6     
- Misses       1316     1333      +17     

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