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(file): do not panic if creation time is not supported #25

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

orhun
Copy link
Owner

@orhun orhun commented Sep 13, 2024

Description of change

Fixes #21

How has this been tested? (if applicable)

Not tested, but it's a simple change.

@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 3.66%. Comparing base (236d19e) to head (2aaa9d7).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/file.rs 0.00% 4 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##            main     #25      +/-   ##
========================================
- Coverage   3.67%   3.66%   -0.00%     
========================================
  Files         18      18              
  Lines       2212    2218       +6     
========================================
  Hits          81      81              
- Misses      2131    2137       +6     

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

@orhun orhun merged commit 54940f9 into main Sep 17, 2024
13 of 14 checks passed
@orhun orhun deleted the fix/support_no_creation_time branch September 17, 2024 12:05
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.

Errors out if creation time not supported
2 participants