dandi / dandisets

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

Warn, but do not fail, when `git gc` returns 128 #195

Closed jwodder closed 2 years ago

jwodder commented 2 years ago

Closes #191.

Note that the git gc calls cannot be centralized at the moment, as one is async and the other isn't.

codecov[bot] commented 2 years ago

Codecov Report

Merging #195 (977035e) into draft (a6d6de0) will decrease coverage by 0.88%. The diff coverage is 20.83%.

@@            Coverage Diff             @@
##            draft     #195      +/-   ##
==========================================
- Coverage   78.31%   77.43%   -0.89%     
==========================================
  Files           8        8              
  Lines        1416     1436      +20     
  Branches      228      231       +3     
==========================================
+ Hits         1109     1112       +3     
- Misses        232      249      +17     
  Partials       75       75              
Impacted Files Coverage Δ
tools/backups2datalad/__main__.py 54.54% <0.00%> (-3.67%) :arrow_down:
tools/backups2datalad/datasetter.py 72.43% <33.33%> (-0.95%) :arrow_down:
tools/backups2datalad/zarr.py 79.92% <42.85%> (-1.03%) :arrow_down:

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 26b0236...977035e. Read the comment docs.

yarikoptic commented 2 years ago

coolio , thank you @jwodder !