AllenCell / napari-allencell-segmenter

A plugin that enables image segmentation provided by Allen Institute for Cell Science
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Feature/step by step #128

Closed yrkim98 closed 2 years ago

yrkim98 commented 2 years ago

For ticket: https://github.com/AllenCell/napari-allencell-segmenter/issues/125 Adding ability to run step-by-step

codecov[bot] commented 2 years ago

Codecov Report

Merging #128 (090dbeb) into main (c732408) will decrease coverage by 3.07%. The diff coverage is 39.04%.

:exclamation: Current head 090dbeb differs from pull request most recent head 0b9395e. Consider uploading reports for the commit 0b9395e to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main     #128      +/-   ##
==========================================
- Coverage   84.66%   81.59%   -3.08%     
==========================================
  Files          34       34              
  Lines        1435     1521      +86     
==========================================
+ Hits         1215     1241      +26     
- Misses        220      280      +60     
Impacted Files Coverage Δ
...segmenter/controller/workflow_select_controller.py 95.71% <ø> (ø)
..._segmenter/controller/workflow_steps_controller.py 41.86% <18.51%> (-16.04%) :arrow_down:
...ri_allencell_segmenter/view/workflow_steps_view.py 86.12% <42.10%> (-5.49%) :arrow_down:
...llencell_segmenter/widgets/workflow_step_widget.py 88.49% <71.87%> (-4.37%) :arrow_down:

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 c732408...0b9395e. Read the comment docs.

yrkim98 commented 2 years ago

I am currently working on getting code coverage up