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 GCSFS walk() method #561

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

[gcsfs] Consider trailing slash when skipping directories

b87919b
Select commit
Loading
Failed to load commit list.
Open

Fix GCSFS walk() method #561

[gcsfs] Consider trailing slash when skipping directories
b87919b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 12, 2024 in 0s

86.13% (+0.05%) compared to 589d40c

View this Pull Request on Codecov

86.13% (+0.05%) compared to 589d40c

Details

Codecov Report

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

Project coverage is 86.13%. Comparing base (589d40c) to head (b87919b).
Report is 124 commits behind head on master.

Files Patch % Lines
petastorm/gcsfs_helpers/gcsfs_wrapper.py 0.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #561      +/-   ##
==========================================
+ Coverage   86.08%   86.13%   +0.05%     
==========================================
  Files          87       87              
  Lines        4972     4969       -3     
  Branches      793      792       -1     
==========================================
  Hits         4280     4280              
+ Misses        563      560       -3     
  Partials      129      129              

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