findutils icon indicating copy to clipboard operation
findutils copied to clipboard

find: Implement `-ok[dir]` predicate.

Open hanbings opened this issue 1 year ago • 4 comments

implement: https://github.com/uutils/findutils/issues/8

hanbings avatar May 10 '24 06:05 hanbings

Codecov Report

Attention: Patch coverage is 12.50000% with 14 lines in your changes missing coverage. Please review.

Project coverage is 66.32%. Comparing base (e3f4224) to head (18b88ff). Report is 140 commits behind head on main.

Files with missing lines Patch % Lines
src/find/matchers/exec.rs 0.00% 9 Missing and 1 partial :warning:
src/find/matchers/mod.rs 33.33% 1 Missing and 3 partials :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #369      +/-   ##
==========================================
- Coverage   66.51%   66.32%   -0.19%     
==========================================
  Files          36       36              
  Lines        4366     4380      +14     
  Branches      982      984       +2     
==========================================
+ Hits         2904     2905       +1     
- Misses       1062     1072      +10     
- Partials      400      403       +3     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar May 16 '24 08:05 codecov[bot]

@hanbings do you have an update on this ? thanks :)

sylvestre avatar Sep 05 '24 08:09 sylvestre

@hanbings any plan to finish it ? thanks :)

sylvestre avatar Apr 04 '25 07:04 sylvestre

@hanbings any plan to finish it ? thanks :)

Yes, I’ll make sure to get them done, but the implementation is more challenging than it seems. I’ll need to free up some time, so I expect to be able to work on them in about one to two weeks. (same https://github.com/uutils/findutils/pull/411#issuecomment-2777762956)

hanbings avatar Apr 05 '25 08:04 hanbings