datalad / datalad-crawler

DataLad extension for tracking web resources as datasets
http://datalad.org
Other
5 stars 16 forks source link

TST: openfmri: Handle get() exception raised by upcoming datalad #87

Closed kyleam closed 3 years ago

kyleam commented 3 years ago

test_openfmri_pipeline2() fails in datalad/datalad#5163 (NF: AnnexRepo.call_annex*()) because get() now raises an exception if the git-annex-get call fails.

https://github.com/datalad/datalad/runs/1517140012


cc @mih

codecov[bot] commented 3 years ago

Codecov Report

Merging #87 (728c6ff) into master (5d06a4a) will decrease coverage by 0.02%. The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
- Coverage   81.40%   81.37%   -0.03%     
==========================================
  Files          57       57              
  Lines        4652     4656       +4     
==========================================
+ Hits         3787     3789       +2     
- Misses        865      867       +2     
Impacted Files Coverage Δ
datalad_crawler/pipelines/tests/test_openfmri.py 88.49% <60.00%> (-0.63%) :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 5d06a4a...728c6ff. Read the comment docs.

yarikoptic commented 3 years ago

thank you @kyleam !