TheLabbingProject / django_mri

A reusable Django app to manage MRI data.
https://django-mri.readthedocs.io/en/latest/
Apache License 2.0
7 stars 5 forks source link

Refactor CAT12 segmentation automation module #74

Closed ZviBaratz closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #74 (a644a23) into master (2db308b) will decrease coverage by 0.68%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
- Coverage   48.72%   48.04%   -0.69%     
==========================================
  Files         176      178       +2     
  Lines        2824     2864      +40     
  Branches      261      266       +5     
==========================================
  Hits         1376     1376              
- Misses       1431     1471      +40     
  Partials       17       17              
Impacted Files Coverage Δ
...analysis/automation/cat12_segmentation/__init__.py 0.00% <0.00%> (ø)
...i/analysis/automation/cat12_segmentation/export.py 0.00% <ø> (ø)
...analysis/automation/cat12_segmentation/messages.py 0.00% <0.00%> (ø)
...ation/cat12_segmentation/run_cat12_segmentation.py 0.00% <0.00%> (ø)
...ri/analysis/automation/cat12_segmentation/utils.py 0.00% <0.00%> (ø)
django_mri/analysis/automation/utils.py 0.00% <0.00%> (ø)

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 2db308b...c896907. Read the comment docs.