datalad / datalad-neuroimaging

DataLad extension for neuroimaging research
http://datalad.org
Other
17 stars 13 forks source link

BF(workaround): raise explicit RuntimeError if running within source tree #30

Closed yarikoptic closed 6 years ago

yarikoptic commented 6 years ago

see https://github.com/datalad/datalad/issues/2514 for the reference/discussion

also added import of datalad's setup_package so we get similar tests behavior etc

codecov-io commented 6 years ago

Codecov Report

Merging #30 into master will increase coverage by 0.05%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #30      +/-   ##
=========================================
+ Coverage   89.14%   89.2%   +0.05%     
=========================================
  Files          19      19              
  Lines         912     917       +5     
=========================================
+ Hits          813     818       +5     
  Misses         99      99
Impacted Files Coverage Δ
datalad_neuroimaging/__init__.py 100% <100%> (ø) :arrow_up:
datalad_neuroimaging/bids2scidata.py 82.44% <75%> (+0.16%) :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 de5be09...0a1f6f2. Read the comment docs.

mih commented 6 years ago

Thanks @yarikoptic