uutils / findutils

Rust implementation of findutils
MIT License
300 stars 37 forks source link

find: ctime is "changed" time, not "created" time #416

Closed tavianator closed 2 months ago

tavianator commented 2 months ago

Fixes #358.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 65.86%. Comparing base (9f44977) to head (7de86e2).

Files Patch % Lines
src/find/matchers/time.rs 80.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #416 +/- ## ========================================== + Coverage 65.84% 65.86% +0.01% ========================================== Files 34 34 Lines 3970 3978 +8 Branches 907 909 +2 ========================================== + Hits 2614 2620 +6 - Misses 998 999 +1 - Partials 358 359 +1 ```

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

hanbings commented 2 months ago

Merged, thanks!