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

find: Changed exit code when an error is encountered in process_dir(). #352

Merged
merged 5 commits into from
Apr 8, 2024

Use uucore::error to set global return code.

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

find: Changed exit code when an error is encountered in process_dir(). #352

Use uucore::error to set global return code.
4d05816
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 7, 2024 in 0s

59.52% (+0.18%) compared to d94a8e9

View this Pull Request on Codecov

59.52% (+0.18%) compared to d94a8e9

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.52%. Comparing base (d94a8e9) to head (4d05816).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #352      +/-   ##
==========================================
+ Coverage   59.33%   59.52%   +0.18%     
==========================================
  Files          30       30              
  Lines        3819     3822       +3     
  Branches      869      869              
==========================================
+ Hits         2266     2275       +9     
+ Misses       1221     1218       -3     
+ Partials      332      329       -3     

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