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

Fix single digit date parsing #76

Merged
merged 1 commit into from
May 20, 2024
Merged

Fix single digit date parsing #76

merged 1 commit into from
May 20, 2024

Conversation

RenjiSann
Copy link
Contributor

Copy link

codecov bot commented May 18, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 71.21%. Comparing base (1389991) to head (1bb93d7).

Files Patch % Lines
src/lib.rs 66.66% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
+ Coverage   70.24%   71.21%   +0.97%     
==========================================
  Files           6        6              
  Lines         820      820              
  Branches      195      190       -5     
==========================================
+ Hits          576      584       +8     
+ Misses        135      127       -8     
  Partials      109      109              
Flag Coverage Δ
macos_latest 70.00% <66.66%> (+0.85%) ⬆️
ubuntu_latest 69.02% <66.66%> (+0.85%) ⬆️
windows_latest 7.62% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

src/lib.rs Outdated Show resolved Hide resolved
@cakebaker cakebaker merged commit 0f5b6bf into uutils:main May 20, 2024
15 of 16 checks passed
@cakebaker
Copy link
Collaborator

Thanks for your PR :)

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.

date: YYYY-MM-DD parsed incorrectly
3 participants