datalad / datalad-xnat

Track XNAT projects with DataLad
Other
3 stars 9 forks source link

NF: adds the jobs option to update to allow for parallel downloads #101

Closed loj closed 2 years ago

loj commented 2 years ago

Closes #25

Even with the planned changes to update, I think this will still be convenient to have.

codecov-commenter commented 2 years ago

Codecov Report

Merging #101 (f8afacb) into master (74bc637) will increase coverage by 0.37%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   83.95%   84.33%   +0.37%     
==========================================
  Files           9       10       +1     
  Lines         268      383     +115     
==========================================
+ Hits          225      323      +98     
- Misses         43       60      +17     
Impacted Files Coverage Δ
datalad_xnat/update.py 85.29% <100.00%> (+0.21%) :arrow_up:
datalad_xnat/platform.py 82.11% <0.00%> (-1.01%) :arrow_down:
datalad_xnat/__init__.py 100.00% <0.00%> (ø)
datalad_xnat/tests/test_xnatcentral.py 100.00% <0.00%> (ø)
datalad_xnat/query_files.py 86.53% <0.00%> (ø)
datalad_xnat/parser.py 89.47% <0.00%> (+1.01%) :arrow_up:

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 74bc637...f8afacb. Read the comment docs.

mih commented 2 years ago

Thanks! I will resolve the conflict after #109