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

Implement simple caching for -fstype #419

Merged
merged 2 commits into from
Jul 12, 2024

Using lstat instead of stat in -fstype

4ae5e27
Select commit
Loading
Failed to load commit list.
Merged

Implement simple caching for -fstype #419

Using lstat instead of stat in -fstype
4ae5e27
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 12, 2024 in 0s

65.84% (+0.32%) compared to 7f4423e

View this Pull Request on Codecov

65.84% (+0.32%) compared to 7f4423e

Details

Codecov Report

Attention: Patch coverage is 90.90909% with 2 lines in your changes missing coverage. Please review.

Project coverage is 65.84%. Comparing base (7f4423e) to head (4ae5e27).

Files Patch % Lines
src/find/matchers/fs.rs 84.61% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #419      +/-   ##
==========================================
+ Coverage   65.51%   65.84%   +0.32%     
==========================================
  Files          34       34              
  Lines        3953     3970      +17     
  Branches      906      907       +1     
==========================================
+ Hits         2590     2614      +24     
  Misses        998      998              
+ Partials      365      358       -7     

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