Skip to content

printf: Fix some time formatting to match GNU find#146

Merged
sylvestre merged 1 commit into
uutils:mainfrom
tavianator:printf-times
Feb 10, 2022
Merged

printf: Fix some time formatting to match GNU find#146
sylvestre merged 1 commit into
uutils:mainfrom
tavianator:printf-times

Conversation

@tavianator

Copy link
Copy Markdown
Contributor

GNU find uses 10 digits for nanoseconds for some reason, and %S includes
them.

GNU find uses 10 digits for nanoseconds for some reason, and %S includes
them.
@codecov

codecov Bot commented Feb 10, 2022

Copy link
Copy Markdown

Codecov Report

Merging #146 (b16a05f) into main (7ffd5f8) will increase coverage by 0.00%.
The diff coverage is 76.92%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #146   +/-   ##
=======================================
  Coverage   52.88%   52.89%           
=======================================
  Files          24       24           
  Lines        4714     4717    +3     
  Branches     1538     1535    -3     
=======================================
+ Hits         2493     2495    +2     
- Misses       1684     1685    +1     
  Partials      537      537           
Impacted Files Coverage Δ
src/find/matchers/printf.rs 67.70% <76.92%> (-0.02%) ⬇️
src/xargs/mod.rs 79.79% <0.00%> (-0.52%) ⬇️
src/lib.rs 35.91% <0.00%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ffd5f8...b16a05f. Read the comment docs.

@tavianator

Copy link
Copy Markdown
Contributor Author

GNU tests unchanged. BFS:

Changes from main: PASS +1 / FAIL -1

@sylvestre sylvestre merged commit f2c808c into uutils:main Feb 10, 2022
@tavianator tavianator deleted the printf-times branch February 10, 2022 21:39
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.

2 participants