psychoinformatics-de / datalad-hirni

DataLad extension for (semi-)automated, reproducible processing of (medical/neuro)imaging data
http://datalad.org
Other
5 stars 8 forks source link

[WIP] DOC: Finally build some documentation #104

Closed bpoldrack closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #104 into master will increase coverage by 7.89%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage    78.3%   86.19%   +7.89%     
==========================================
  Files          16       17       +1     
  Lines         871      942      +71     
==========================================
+ Hits          682      812     +130     
+ Misses        189      130      -59
Impacted Files Coverage Δ
datalad_hirni/commands/import_dicoms.py 92.78% <ø> (+1.2%) :arrow_up:
datalad_hirni/commands/dicom2spec.py 81.93% <100%> (+0.11%) :arrow_up:
datalad_hirni/tests/test_demos.py 100% <100%> (ø)
datalad_hirni/commands/spec2bids.py 85% <0%> (+2%) :arrow_up:
datalad_hirni/support/spec_helpers.py 100% <0%> (+37.5%) :arrow_up:
datalad_hirni/commands/spec4anything.py 91.3% <0%> (+57.6%) :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 8106d6c...324cd27. Read the comment docs.

mih commented 5 years ago

It seems test failure is due to a left-over use of rev-save. would be good to get this merged in one way or another.

mih commented 5 years ago

Rebased on master, replaced all rev_save calls with save

mih commented 5 years ago

Tests pass now. Will merge, much better than before.