Skip to content

Conversation

@efiop
Copy link
Contributor

@efiop efiop commented Feb 20, 2023

@codecov-commenter
Copy link

codecov-commenter commented Feb 20, 2023

Codecov Report

Base: 64.64% // Head: 63.60% // Decreases project coverage by -1.04% ⚠️

Coverage data is based on head (cf4670b) compared to base (8bdd8de).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #196      +/-   ##
==========================================
- Coverage   64.64%   63.60%   -1.04%     
==========================================
  Files          25       25              
  Lines        1915     1918       +3     
  Branches      298      299       +1     
==========================================
- Hits         1238     1220      -18     
- Misses        623      645      +22     
+ Partials       54       53       -1     
Impacted Files Coverage Δ
src/dvc_objects/fs/local.py 59.84% <0.00%> (-1.45%) ⬇️
src/dvc_objects/fs/system.py 63.23% <0.00%> (-20.59%) ⬇️
tests/test_reflink.py 87.50% <0.00%> (-12.50%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@efiop efiop merged commit 00ec978 into iterative:main Feb 20, 2023
os.replace(tmp_file, rpath)

def get_file(self, rpath, lpath, callback=None, **kwargs):
if self.isdir(rpath):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wasteful though. Might want to just catch an exception below instead...

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