dandi / dandisets

760 Dandisets, 817.2 TB total. DataLad super-dataset of all Dandisets from https://github.com/dandisets
10 stars 0 forks source link

Fetch asset metadata from paginated asset list #235

Closed jwodder closed 2 years ago

jwodder commented 2 years ago

Closes #232.

codecov[bot] commented 2 years ago

Codecov Report

Merging #235 (93388dc) into draft (c343783) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##            draft     #235      +/-   ##
==========================================
+ Coverage   78.35%   78.41%   +0.06%     
==========================================
  Files          14       14              
  Lines        1940     1941       +1     
  Branches      319      320       +1     
==========================================
+ Hits         1520     1522       +2     
  Misses        298      298              
+ Partials      122      121       -1     
Impacted Files Coverage Δ
tools/backups2datalad/adandi.py 78.15% <100.00%> (ø)
tools/backups2datalad/datasetter.py 76.66% <100.00%> (+0.45%) :arrow_up:
tools/backups2datalad/zarr.py 81.15% <100.00%> (ø)

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 3f7576f...93388dc. Read the comment docs.

yarikoptic commented 2 years ago

CI is happy and diff looks good. Let's merge and I will give it a try! Thanks!