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: ctime is "changed" time, not "created" time #416

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

tavianator
Copy link
Contributor

Fixes #358.

Copy link

codecov bot commented Jul 10, 2024

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 ⚠️
Additional details and impacted files
@@            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     

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

@tavianator tavianator force-pushed the ctime branch 2 times, most recently from 7ad945d to 882d0fb Compare July 10, 2024 16:23
@hanbings hanbings merged commit 4807264 into uutils:main Jul 17, 2024
19 checks passed
@hanbings
Copy link
Collaborator

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

find: The behavior of the parameter -ctime is inconsistent with the GNU manual description.
2 participants