Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add viewer capabality to workflow widget #156

Merged
merged 4 commits into from
Jan 8, 2025
Merged

Add viewer capabality to workflow widget #156

merged 4 commits into from
Jan 8, 2025

Conversation

TimMonko
Copy link
Owner

@TimMonko TimMonko commented Jan 8, 2025

  • Adds a separate tab for viewer capabilities
  • Select roots from the list of layers in napari
  • Yield each task from the workflow into a napari layer
  • Update the progress bar for each task
  • Adds full test coverage

closes #151

Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.29%. Comparing base (8782857) to head (1aa4a1b).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
+ Coverage   85.82%   86.29%   +0.47%     
==========================================
  Files          32       32              
  Lines        2723     2817      +94     
  Branches      193      201       +8     
==========================================
+ Hits         2337     2431      +94     
  Misses        328      328              
  Partials       58       58              
Flag Coverage Δ
unittests 86.29% <100.00%> (+0.47%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TimMonko TimMonko merged commit c5bf2f3 into main Jan 8, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add viewer functionality for workflow widget
1 participant