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

[REL] v0.3.0 #48

Closed Remi-Gau closed 2 years ago

Remi-Gau commented 2 years ago

release protocol


Where relevant


codecov[bot] commented 2 years ago

Codecov Report

Merging #48 (5defb5d) into main (7870fd6) will increase coverage by 49.06%. The diff coverage is 91.44%.

:exclamation: Current head 5defb5d differs from pull request most recent head 7b78ac8. Consider uploading reports for the commit 7b78ac8 to get more accurate results

@@             Coverage Diff             @@
##             main      #48       +/-   ##
===========================================
+ Coverage   40.70%   89.76%   +49.06%     
===========================================
  Files          19       23        +4     
  Lines         339      518      +179     
===========================================
+ Hits          138      465      +327     
+ Misses        201       53      -148     
Flag Coverage Δ
unittests ?

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

Impacted Files Coverage Δ
src/roi/checkRoiOrientation.m 100.00% <ø> (+100.00%) :arrow_up:
src/utils/optimizeSubplotNumber.m 0.00% <0.00%> (ø)
src/utils/removePrefix.m 100.00% <ø> (ø)
src/utils/isBinaryMask.m 60.00% <60.00%> (ø)
src/atlas/extractRoiFromAtlas.m 81.25% <77.77%> (-2.75%) :arrow_down:
src/roi/getPeakCoordinates.m 84.84% <84.84%> (ø)
src/roi/createRoi.m 92.10% <88.00%> (+92.10%) :arrow_up:
src/roi/plotDataInRoi.m 96.03% <96.03%> (ø)
src/roi/createRoiName.m 96.66% <96.66%> (ø)
src/atlas/extractRoiByLabel.m 100.00% <100.00%> (ø)
... and 14 more

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