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

cmds/core/touch: command with RFC3339 datetime #2820

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

binjip978
Copy link
Contributor

-d datetime use RFC3339 as date format
-m modification time of file
-a access time of file
-c do not create a specified file if it does not exist

Copy link

codecov bot commented Dec 10, 2023

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (17804e0) 75.38% compared to head (884dfc1) 75.16%.

Files Patch % Lines
cmds/core/touch/touch.go 75.00% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2820      +/-   ##
==========================================
- Coverage   75.38%   75.16%   -0.22%     
==========================================
  Files         430      433       +3     
  Lines       42841    43023     +182     
==========================================
+ Hits        32295    32338      +43     
- Misses      10546    10685     +139     

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

@binjip978 binjip978 added the Awaiting reviewer Waiting for a reviewer. label Dec 11, 2023
cmds/core/touch/touch.go Outdated Show resolved Hide resolved
cmds/core/touch/touch.go Show resolved Hide resolved
cmds/core/touch/touch.go Outdated Show resolved Hide resolved
cmds/core/touch/touch.go Show resolved Hide resolved
@rminnich rminnich added Awaiting author Waiting for new changes or feedback for author. and removed Awaiting reviewer Waiting for a reviewer. labels Dec 11, 2023
-d datetime use RFC3339 as date format
-m modification time of file
-a access time of file
-c do not create a specified file if it does not exist

Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
@binjip978 binjip978 added Awaiting reviewer Waiting for a reviewer. and removed Awaiting author Waiting for new changes or feedback for author. labels Dec 11, 2023
@binjip978 binjip978 merged commit a6cf727 into u-root:main Dec 13, 2023
22 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting reviewer Waiting for a reviewer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants