-
Notifications
You must be signed in to change notification settings - Fork 28
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
Make list_paths()
include dotfiles
#1142
Conversation
Codecov ReportBase: 88.08% // Head: 88.05% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1142 +/- ##
==========================================
- Coverage 88.08% 88.05% -0.04%
==========================================
Files 73 73
Lines 8586 8586
==========================================
- Hits 7563 7560 -3
- Misses 1023 1026 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
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. |
Tests seems to fail, need a look. Note: we use this helper only in the tests
so generally should be ok to change its default behavior - I was afraid that it might be used in some other location, where then listing of |
@yarikoptic The test failures are due to dandi/dandi-archive#1336. |
69599af
to
da14e11
Compare
@yarikoptic The tests are now passing. |
ok, before addressing #1146 we better proceed with this change. |
I realized while investigating dandi/dandi-archive#1336 that
list_paths()
is ignoring dotfiles & dotdirs, which could theoretically lead to a test not behaving properly when such files are present in a Dandiset or Zarr.