cpp-lln-lab / CPP_ROI

Set of Octave and Matlab functions, demos and scripts to help manage ROIs and to play nice with BIDS datasets. Mostly volume-based and SPM centric.
https://cpp-roi.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
5 stars 6 forks source link

[REF] refactor the way the ROIs are saved #44

Closed Remi-Gau closed 2 years ago

Remi-Gau commented 2 years ago

closes #43

codecov[bot] commented 2 years ago

Codecov Report

Merging #44 (586a235) into dev (5ff89c8) will increase coverage by 0.05%. The diff coverage is 94.11%.

:exclamation: Current head 586a235 differs from pull request most recent head 68a541e. Consider uploading reports for the commit 68a541e to get more accurate results

@@            Coverage Diff             @@
##              dev      #44      +/-   ##
==========================================
+ Coverage   89.78%   89.84%   +0.05%     
==========================================
  Files          23       23              
  Lines         509      512       +3     
==========================================
+ Hits          457      460       +3     
  Misses         52       52              
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/roi/plotDataInRoi.m 96.93% <93.75%> (+0.23%) :arrow_up:
src/roi/createRoi.m 92.10% <100.00%> (-0.27%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more