uutils / findutils

Rust implementation of findutils
MIT License
280 stars 35 forks source link

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

Open hanbings opened 1 month ago

hanbings commented 1 month ago

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

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 65.38%. Comparing base (f145469) to head (fe3e4d0).

Files 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 ```diff @@ Coverage Diff @@ ## main #369 +/- ## ========================================== - Coverage 65.59% 65.38% -0.21% ========================================== Files 34 34 Lines 3941 3955 +14 Branches 901 904 +3 ========================================== + Hits 2585 2586 +1 - Misses 1001 1011 +10 - Partials 355 358 +3 ```

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