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] add tests bids name and refactor #37

Closed Remi-Gau closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #37 (2c2c56a) into dev (15e21bf) will increase coverage by 9.96%. The diff coverage is 97.91%.

@@            Coverage Diff             @@
##              dev      #37      +/-   ##
==========================================
+ Coverage   78.17%   88.14%   +9.96%     
==========================================
  Files          20       20              
  Lines         362      371       +9     
==========================================
+ Hits          283      327      +44     
+ Misses         79       44      -35     
Flag Coverage Δ
unittests 88.14% <97.91%> (+9.96%) :arrow_up:

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

Impacted Files Coverage Δ
src/roi/createRoiName.m 96.66% <94.44%> (+7.19%) :arrow_up:
src/atlas/extractRoiByLabel.m 100.00% <100.00%> (ø)
src/atlas/labelClusters.m 91.66% <100.00%> (+91.66%) :arrow_up:
src/roi/thresholdToMask.m 100.00% <100.00%> (ø)
src/utils/sortAndLabelClusters.m 100.00% <0.00%> (+100.00%) :arrow_up:

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