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

Corrige la comparaison des dates de dernière modification des fichiers selon les systèmes d'exploitation #125

Merged
merged 2 commits into from
Aug 25, 2023

Conversation

Guts
Copy link
Member

@Guts Guts commented Aug 25, 2023

Car :

Return the system's ctime which, on some systems (like Unix) is the time of the last metadata change, and, on others (like Windows), is the creation time for path.

Références :

@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Merging #125 (4f6a6de) into main (ef5eb61) will increase coverage by 0.30%.
Report is 8 commits behind head on main.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
+ Coverage   65.64%   65.95%   +0.30%     
==========================================
  Files          34       34              
  Lines        1438     1442       +4     
  Branches      252      253       +1     
==========================================
+ Hits          944      951       +7     
+ Misses        436      434       -2     
+ Partials       58       57       -1     
Files Changed Coverage Δ
geotribu_cli/utils/file_stats.py 100.00% <100.00%> (+17.64%) ⬆️

@Guts Guts force-pushed the fix/comparison-file-creation-date-windows branch from 4f6a6de to a636773 Compare August 25, 2023 13:59
@Guts Guts enabled auto-merge August 25, 2023 14:00
@Guts Guts added the bug Something isn't working label Aug 25, 2023
@Guts Guts self-assigned this Aug 25, 2023
@Guts Guts merged commit 31b7a83 into main Aug 25, 2023
20 checks passed
@Guts Guts deleted the fix/comparison-file-creation-date-windows branch August 25, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant