Closed yarikoptic closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.58%. Comparing base (
59f5da0
) to head (0aabf16
). Report is 49 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
ha -- I have missed that my change to test_upload
(to actually use ./
in download_directory) which I accidentally committed to test locally broke tests! and rightfully so since normalizing the path lead to side effect in that function... not happy about my solution now but let's proceed by fixing up download_directory
for now.
windows -- flaky
________________________ test_IteratorWithAggregation _________________________
dandi\support\tests\test_iterators.py:72: in test_IteratorWithAggregation
assert got in ([], [0])
E assert [0, 1] in ([], [0])
---------- coverage: platform win32, python 3.10.11-final-0 ----------
Coverage XML written to file coverage.xml
:rocket: PR was released in 0.62.2
:rocket:
Closes #1452
See individual commits for more description/rationale.
Related: