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

ObjectFileSystem: remove special treatment for empty objects #93

Merged
merged 1 commit into from
Jul 10, 2022

Conversation

efiop
Copy link
Contributor

@efiop efiop commented Jul 10, 2022

dir/ s3/etc objects are really just files with invalid names and instead of
giving them special treatment in the filesystem itself, we can simply ignore
them while collecting.

`dir/` s3/etc objects are really just files with invalid names and instead of
giving them special treatment in the filesystem itself, we can simply ignore
them while collecting.
@codecov-commenter
Copy link

codecov-commenter commented Jul 10, 2022

Codecov Report

Merging #93 (7e71ef8) into main (b181357) will decrease coverage by 0.46%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
- Coverage   65.78%   65.32%   -0.47%     
==========================================
  Files          39       39              
  Lines        2426     2411      -15     
  Branches      379      378       -1     
==========================================
- Hits         1596     1575      -21     
- Misses        801      808       +7     
+ Partials       29       28       -1     
Impacted Files Coverage Δ
src/dvc_objects/fs/base.py 56.37% <ø> (+1.99%) ⬆️
src/dvc_objects/fs/system.py 63.23% <0.00%> (-20.59%) ⬇️
tests/test_reflink.py 87.50% <0.00%> (-12.50%) ⬇️

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 b181357...7e71ef8. Read the comment docs.

@efiop efiop merged commit c15141b into iterative:main Jul 10, 2022
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